Tommy Becker created KAFKA-5334:
-----------------------------------
Summary: rocksdb.config.setter must be a class instance, not a
class name
Key: KAFKA-5334
URL: https://issues.apache.org/jira/browse/KAFKA-5334
Project: Kafka
Issue Type: Bug
Components: streams
Affects Versions: 0.10.2.1
Reporter: Tommy Becker
Assignee: Tommy Becker
Priority: Minor
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.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)