You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Magesh kumar Nandakumar (JIRA)" <ji...@apache.org> on 2019/04/19 21:34:00 UTC

[jira] [Created] (KAFKA-8265) Connect Client Config Override policy

Magesh kumar Nandakumar created KAFKA-8265:
----------------------------------------------

             Summary: Connect Client Config Override policy
                 Key: KAFKA-8265
                 URL: https://issues.apache.org/jira/browse/KAFKA-8265
             Project: Kafka
          Issue Type: New Feature
          Components: KafkaConnect
            Reporter: Magesh kumar Nandakumar


Right now, each source connector and sink connector inherit their client configurations from the worker properties. Within the worker properties, all configurations that have a prefix of "producer." or "consumer." are applied to all source connectors and sink connectors respectively.

We should also provide connector-level overrides whereby connector properties that are prefixed with "producer." and "consumer." are used to feed into the producer and consumer clients embedded within source and sink connectors respectively. The prefixes will be removed via a String#substring() call, and the remainder of the connector property key will be used as the client configuration key. The value is fed directly to the client as the configuration value.



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