AndrewJSchofield commented on code in PR #21385:
URL: https://github.com/apache/kafka/pull/21385#discussion_r2769764134


##########
core/src/main/scala/kafka/admin/ConfigCommand.scala:
##########
@@ -537,6 +534,21 @@ object ConfigCommand extends Logging {
     
adminClient.describeClientQuotas(ClientQuotaFilter.containsOnly(components.asJava)).entities.get(30,
 TimeUnit.SECONDS).asScala
   }
 
+  private def listGroupConfigResources(adminClient: Admin): 
Option[java.util.Collection[ConfigResource]] = {
+    try {

Review Comment:
   I used slightly different words for the comment text. But, I see. I didn't 
quite get the second part of this. I'll take a look a bit later today.



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