lorcanj opened a new pull request, #19382:
URL: https://github.com/apache/kafka/pull/19382

   Addresses: [KAFKA-19070](https://issues.apache.org/jira/browse/KAFKA-19070)
   
   The default clientId for the connector consumer is 'connector-consumer-' 
plus the task id value. When a user overrides this the task id value is not 
used and it's not possible to differentiate between the different tasks using 
the overridden clientId.
   
   The idea is to append the taskId that is used in the default clientId to the 
user defined value.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to