You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/07/23 12:27:34 UTC

[GitHub] [kafka] showuon commented on a change in pull request #11115: KAFKA-13129: replace describe topic via zk with describe users

showuon commented on a change in pull request #11115:
URL: https://github.com/apache/kafka/pull/11115#discussion_r675525994



##########
File path: tests/kafkatest/services/zookeeper.py
##########
@@ -220,16 +220,15 @@ def create(self, path, chroot=None, value=""):
         output = self.nodes[0].account.ssh_output(cmd)
         self.logger.debug(output)
 
-    def describe(self, topic):
+    def describeUsers(self):

Review comment:
       replace the original `describe` topic method with `describeUsers` since describe topic via zk is not supported anymore.




-- 
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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org