[ https://issues.apache.org/jira/browse/KAFKA-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrii Biletskyi updated KAFKA-1694: ------------------------------------ Attachment: KAFKA-1772_1802_1775_1774.patch I've added a single patch that covers all currently implemented functionality (Admin message + basis shell functionality with TopicCommand) to receive some initial feedback. Patch is created against trunk, commit 7e9368b. To get this working: 1) apply patch 2) build kafka: ./gradlew releaseTarGz_2_10_4 3) start somewhere kafka from build release (archive is in ./core/build/distributions) 4.1) To start interactive shell: #sudo bin/kafka.sh --shell --broker <host:port> #kafka> help Or: 4.2) Call TopicCommand right from kafka.sh. E.g.: #sudo bin/kafka.sh --list-topics --broker <host:port> > kafka command line and centralized operations > --------------------------------------------- > > Key: KAFKA-1694 > URL: https://issues.apache.org/jira/browse/KAFKA-1694 > Project: Kafka > Issue Type: Bug > Reporter: Joe Stein > Priority: Critical > Fix For: 0.8.3 > > Attachments: KAFKA-1772_1802_1775_1774.patch > > > https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Command+Line+and+Related+Improvements -- This message was sent by Atlassian JIRA (v6.3.4#6332)