GitHub user Satyajitv opened a pull request:

    https://github.com/apache/kafka/pull/3952

    KAFKA-5061:clientid should be set for Connect Producers and Consumers

    Have added the new config in ConnectorConfig with priority "LOW", providing 
an option to override client.id on a per-connector basis.
    And set client.id , using (worker group ID + task ID) by default, when 
client.id is not provided in connector configuration, for distributed mode.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Satyajitv/kafka 
KAFKA-5061_clientid_should_be_set_for_Connect_Producers_and_Consumers

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3952.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3952
    
----
commit d9e200fed258fb2f6b9bcb0a2b2c876490a223cc
Author: satyajit <satya...@telmate.com>
Date:   2017-09-24T02:54:01Z

    KAFKA-5061:clientid should be set for Connect Producers and Consumers

----


---

Reply via email to