[ https://issues.apache.org/jira/browse/KAFKA-7433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16625601#comment-16625601 ]
ASF GitHub Bot commented on KAFKA-7433: --------------------------------------- viktorsomogyi opened a new pull request #5683: WIP - KAFKA-7433: Introduce broker options in TopicCommand to use AdminClient URL: https://github.com/apache/kafka/pull/5683 The PR adds --bootstrap-server and --admin.config options to TopicCommand and implements an alternative, AdminClient based way of topic management. As testing I've duplicated the existing tests and made them working with the AdminClient options. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Introduce broker options in TopicCommand to use AdminClient > ----------------------------------------------------------- > > Key: KAFKA-7433 > URL: https://issues.apache.org/jira/browse/KAFKA-7433 > Project: Kafka > Issue Type: Improvement > Components: admin > Affects Versions: 2.1.0 > Reporter: Viktor Somogyi > Assignee: Viktor Somogyi > Priority: Major > Labels: kip > > This task aim to add --bootstrap-servers and --admin.config options which > enable kafka.admin.TopicCommand to work with the Java based AdminClient. > Ideally KAFKA-5561 might replace this task but as an incremental step until > that succeeds it might be enough just to add these options to the existing > command. -- This message was sent by Atlassian JIRA (v7.6.3#76005)