[ https://issues.apache.org/jira/browse/KAFKA-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jun Rao updated KAFKA-237: -------------------------- Affects Version/s: 0.8 Status: Patch Available (was: Open) Patch attached. The patch contains: 1. New command line tools to create, list, and delete a topic. 2. Auto replica assignment. 3. Unit test. There is a minor change from the doc. The ZK paths for a topic is now under: /brokers/topics/[topic]/partitions/[partition_id], instead of /brokers/topics/[topic]/[partition_id]. This is mainly to distinguish the new ZK data structures from the old ones. > create/delete ZK path for a topic in an admin tool > -------------------------------------------------- > > Key: KAFKA-237 > URL: https://issues.apache.org/jira/browse/KAFKA-237 > Project: Kafka > Issue Type: Sub-task > Components: core > Affects Versions: 0.8 > Reporter: Jun Rao > Assignee: Jun Rao > Attachments: kafka-237.patch > > > This subtask will implement a create/delete admin tool that create/delete the > ZK paths needed for a new topic. The needed ZK paths are described in the > design doc in KAFKA-50 and the discussion in KAFKA-47. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira