[
https://issues.apache.org/jira/browse/KAFKA-19070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christo Lolov updated KAFKA-19070:
----------------------------------
Fix Version/s: 4.3.0
(was: 4.2.0)
> 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
> Priority: Minor
> Labels: improvement
> Fix For: 4.3.0
>
>
> 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)