[
https://issues.apache.org/jira/browse/KAFKA-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14217940#comment-14217940
]
Andrii Biletskyi edited comment on KAFKA-1774 at 11/19/14 4:55 PM:
-------------------------------------------------------------------
Hi,
I think we need to solve these questions first:
1. Where to place CLI code? (Proposed - ./clients)
2. What lib to use for shell/repl support? (Proposed - jline)
3. Which language - scala or java?
4. Which lib to use for json processing (Proposed - spray-json)
Would appreciate your feedback.
was (Author: abiletskyi):
Hi,
I think we need to solve these questions first:
1. Where to place CLI code? (Proposed - ./clients)
2. What lib to use for shell/repl support? (Proposed - jline)
3. Which language - scala or java?
Would appreciate your feedback.
> REPL and Shell Client for Admin Message RQ/RP
> ---------------------------------------------
>
> Key: KAFKA-1774
> URL: https://issues.apache.org/jira/browse/KAFKA-1774
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Joe Stein
> Assignee: Andrii Biletskyi
> Fix For: 0.8.3
>
>
> We should have a REPL we can work in and execute the commands with the
> arguments. With this we can do:
> ./kafka.sh --shell
> kafka>attach cluster -b localhost:9092;
> kafka>describe topic sampleTopicNameForExample;
> the command line version can work like it does now so folks don't have to
> re-write all of their tooling.
> kafka.sh --topics --everything the same like kafka-topics.sh is
> kafka.sh --reassign --everything the same like kafka-reassign-partitions.sh
> is
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)