Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-5334

rocksdb.config.setter must be a class instance, not a class name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.10.2.1
    • 0.11.0.0
    • streams
    • None

    Description

      Unlike other config properties that are classes, rocksdb.config.setter cannot be a class name, it must be a class instance. This is because the raw config Map gets passed to RocksDBStore instead of the typed StreamsConfig, which is where the String -> Class conversion is handled. This means the config setter cannot be set via a config file, which is pretty limiting.

      Attachments

        Activity

          People

            twbecker Tommy Becker
            twbecker Tommy Becker
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: