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

Matthias J. Sax commented on KAFKA-6657:
----------------------------------------

Sure. Please prepare a KIP 
[https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Improvement+Proposals] 
for this ticket. The KIP must be accepted before we can merge a patch, but you 
can of course work on the PR in parallel. Let us know if you have any questions.

> Add StreamsConfig prefix for different consumers
> ------------------------------------------------
>
>                 Key: KAFKA-6657
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6657
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>    Affects Versions: 1.1.0
>            Reporter: Matthias J. Sax
>            Assignee: siva santhalingam
>            Priority: Major
>              Labels: beginner, needs-kip, newbie, newbie++
>
> Kafka Streams allows to pass in different configs for different clients by 
> prefixing the corresponding parameter with `producer.` or `consumer.`.
> However, Kafka Streams internally uses multiple consumers, (1) the main 
> consumer (2) the restore consumer and (3) the global consumer (that is a 
> restore consumer as well atm).
> For some use cases, it's required to set different configs for different 
> consumers. Thus, we should add two new prefix for restore and global 
> consumer. We might also consider to extend `KafkaClientSupplier` and add a 
> `getGlobalConsumer()` method.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to