[ 
https://issues.apache.org/jira/browse/KAFKA-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15363389#comment-15363389
 ] 

Guozhang Wang commented on KAFKA-3929:
--------------------------------------

I think it'll be better to just define the producer / consumer / rocksdb / etc 
prefix in StreamsConfig, and not change the CommonClientConfigs itself, and 
require users to use them when specifying these underlying configs, and then we 
can use {{AbstractConfig.originalsWithPrefix}} to get them all when needed 
inside Kafka Streams client.

> Add prefix for underlying clients configs in StreamConfig
> ---------------------------------------------------------
>
>                 Key: KAFKA-3929
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3929
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>            Reporter: Guozhang Wang
>            Assignee: Ishita Mandhan
>              Labels: api
>
> There are a couple of configs that have the same name for producer / consumer 
> configs, e.g. take a look at {{CommonClientConfigs}}, and also for producer / 
> consumer interceptors there are commonly named configs as well.
> This is semi-related to KAFKA-3740 since we need to add "sub-class" configs 
> for RocksDB as well, and we'd better have some prefix mechanism for such 
> hierarchical configs in general.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to