You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Mickael Maison (Jira)" <ji...@apache.org> on 2022/08/10 19:15:00 UTC

[jira] [Created] (KAFKA-14160) Streamline clusterId retrieval in Connect

Mickael Maison created KAFKA-14160:
--------------------------------------

             Summary: Streamline clusterId retrieval in Connect
                 Key: KAFKA-14160
                 URL: https://issues.apache.org/jira/browse/KAFKA-14160
             Project: Kafka
          Issue Type: Improvement
          Components: KafkaConnect
            Reporter: Mickael Maison
            Assignee: Mickael Maison


At startup Connect starts and closes 9 Admin client instances. Each of these instance is only used to perform a single call, describeCluster(), in order to retrieve the cluster Id.

We should retrieve the cluster id once and pass it down to each component that needs it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)