[
https://issues.apache.org/jira/browse/KAFKA-20631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias J. Sax reassigned KAFKA-20631:
---------------------------------------
Assignee: Matthias J. Sax
> Add "logical clients" concept
> -----------------------------
>
> Key: KAFKA-20631
> URL: https://issues.apache.org/jira/browse/KAFKA-20631
> Project: Kafka
> Issue Type: New Feature
> Components: clients, connect, consumer, core, producer , streams
> Reporter: Matthias J. Sax
> Assignee: Matthias J. Sax
> Priority: Major
> Labels: kip
>
> KIP-1313 (KAFKA-20548) propose to add a unique `clientInstanceId` field to
> all request headers. This is a good improvement to be able to uniquely
> identify clients connecting to brokers.
> However, it does not help to identify "logical clients" like Kafka Streams or
> Kafka Connect tasks, which are wrappers around "physical"
> consumer/producer/admin clients.
> We should have a "logical client-instance-id" concept allowing us to identify
> these higher-level clients more easily.
> Besides Kafka Streams and Kafka Connect, also other external/third-party
> "clients wrappers" could benefit from such a feature.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)