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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to