This is an automated email from the ASF dual-hosted git repository.
ijuma pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from a842e0e KAFKA-12866: Avoid root access to Zookeeper (#10795)
add 21532a7 KAFKA-12596: remove --zookeeper option from topic command
(#10457)
No new revisions were added by this update.
Summary of changes:
core/src/main/scala/kafka/admin/TopicCommand.scala | 253 ++-------
...est.scala => TopicCommandIntegrationTest.scala} | 41 +-
.../scala/unit/kafka/admin/TopicCommandTest.scala | 24 +-
.../kafka/admin/TopicCommandWithZKClientTest.scala | 590 ---------------------
4 files changed, 82 insertions(+), 826 deletions(-)
rename
core/src/test/scala/unit/kafka/admin/{TopicCommandWithAdminClientTest.scala =>
TopicCommandIntegrationTest.scala} (96%)
delete mode 100644
core/src/test/scala/unit/kafka/admin/TopicCommandWithZKClientTest.scala