You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Aegeaner (JIRA)" <ji...@apache.org> on 2017/06/29 11:21:01 UTC

[jira] [Created] (KAFKA-5538) User-specified Producer/Consumer config doesn't effect with KafkaBackingStore(Config/Status/Offset)

Aegeaner created KAFKA-5538:
-------------------------------

             Summary: User-specified Producer/Consumer config doesn't effect with KafkaBackingStore(Config/Status/Offset)
                 Key: KAFKA-5538
                 URL: https://issues.apache.org/jira/browse/KAFKA-5538
             Project: Kafka
          Issue Type: Bug
            Reporter: Aegeaner



For configuration of Kafka source and Kafka sink tasks, the same parameters can be used but need to be prefixed with consumer. and producer. The worker will take off the prefix and get user specified configurations, but the KafkaBackingStores will not. All the three KafkaBackingStores just took originals from the Kafka config without taking off the prefix, so the producer/consumer will ignore these configurations. (e.g. Kerberos configs)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)