You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Damian Guy (JIRA)" <ji...@apache.org> on 2016/09/30 15:09:20 UTC

[jira] [Updated] (KAFKA-4241) StreamsConfig doesn't pass through custom consumer and producer properties to ConsumerConfig and ProducerConfig

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

Damian Guy updated KAFKA-4241:
------------------------------
    Description: 
The StreamsConfig doesn't currently pass custom configs defined by the user to the ConsumerConfig and ProducerConfig.
 i.e., 
{code} consumer.interceptor.classes=com.app.kafka.StatsdConsumerInterceptor{code} will currently be dropped.

  was:The StreamsConfig doesn't currently pass custom configs defined by the user to the ConsumerConfig and ProducerConfig. I.e., consumer.interceptor.classes=com.appsignal.kafka.StatsdConsumerInterceptor will currently be dropped.


> StreamsConfig doesn't pass through custom consumer and producer properties to ConsumerConfig and ProducerConfig
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-4241
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4241
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>    Affects Versions: 0.10.1.0
>            Reporter: Damian Guy
>            Assignee: Damian Guy
>             Fix For: 0.10.1.0
>
>
> The StreamsConfig doesn't currently pass custom configs defined by the user to the ConsumerConfig and ProducerConfig.
>  i.e., 
> {code} consumer.interceptor.classes=com.app.kafka.StatsdConsumerInterceptor{code} will currently be dropped.



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