Pritam Kumar created KAFKA-19070: ------------------------------------ Summary: Adding task number to the user provided client id (via consumer.override.client.id) to ensure each consumer has a unique client ID to avoid metric registration conflicts. Key: KAFKA-19070 URL: https://issues.apache.org/jira/browse/KAFKA-19070 Project: Kafka Issue Type: Improvement Components: connect Reporter: Pritam Kumar Fix For: 4.0.1
If user provides client id via "{*}consumer.override.client.id{*}", we simply take this value and override the default client id (which is :: {*}"connector-consumer-" + taskId{*}). This create all the consumers with the same client id which does not lead to failures but cause issues in metric registration and ultimately emitting wrong metrics values. -- This message was sent by Atlassian Jira (v8.20.10#820010)