You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Andrii Biletskyi (JIRA)" <ji...@apache.org> on 2014/12/08 13:41:13 UTC

[jira] [Comment Edited] (KAFKA-1694) kafka command line and centralized operations

    [ https://issues.apache.org/jira/browse/KAFKA-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14237283#comment-14237283 ] 

Andrii Biletskyi edited comment on KAFKA-1694 at 12/8/14 12:40 PM:
-------------------------------------------------------------------

I've added a single patch that covers all currently implemented functionality (Admin message + basis shell functionality with TopicCommand) to receive some initial feedback.

To start the Shell please follow the instructions under 
https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Command+Line+Tool+Installation


was (Author: abiletskyi):
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_v2.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)