mimaison commented on code in PR #12046:
URL: https://github.com/apache/kafka/pull/12046#discussion_r855922918


##########
clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java:
##########
@@ -331,7 +331,7 @@ public class KafkaAdminClient extends AdminClient {
     /**
      * The name of this AdminClient instance.
      */
-    private final String clientId;
+    final String clientId;

Review Comment:
   Hi @clolov Thanks for taking a look.
   No there is no good reason to do so. This PR is just a draft for now till 
the KIP gets approved.
   I think instead of making the field package private, we should probably add 
a new package private method `getClientId()` like we have in `KafkaProducer` 
and `KafkaConsumer`.



-- 
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