Ewen Cheslack-Postava created KAFKA-2798: --------------------------------------------
Summary: Kafka Connect distributed configs can conflict with producer/consumer configs, making it impossible to control them independently Key: KAFKA-2798 URL: https://issues.apache.org/jira/browse/KAFKA-2798 Project: Kafka Issue Type: Bug Components: copycat Reporter: Ewen Cheslack-Postava Assignee: Ewen Cheslack-Postava Right now we're using the approach to configs used by serializers where we just forward the configs for the entire worker to the producer and consumer. However, with the distributed mode, we now have a lot of conflicting configs because the distributed herder uses the group membership functionality and client networking libraries. We should instead use a sort of "namespaced" set of configs, which we already started doing with converters since we have multiple instances of converters instantiated by a single worker. We can use producer. and consumer. prefixes to isolate settings for the different components. -- This message was sent by Atlassian JIRA (v6.3.4#6332)