You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2017/05/31 06:22:05 UTC

[jira] [Resolved] (KAFKA-5334) rocksdb.config.setter must be a class instance, not a class name

     [ https://issues.apache.org/jira/browse/KAFKA-5334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guozhang Wang resolved KAFKA-5334.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 0.11.0.0

Issue resolved by pull request 3155
[https://github.com/apache/kafka/pull/3155]

> 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
>             Fix For: 0.11.0.0
>
>
> 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)