【发布时间】:2014-08-08 21:18:18
【问题描述】:
我需要在 Apache Kafka 0.8.1.1 中删除主题 test。
如documentation here所表达,我已执行:
bin/kafka-topics.sh --zookeeper localhost:2181 --delete --topic test
但是,这会导致以下消息:
Command must include exactly one action: --list, --describe, --create or --alter
如何删除此主题?
【问题讨论】:
-
一步一步的过程解释在:stackoverflow.com/questions/33537950/…
标签: apache-kafka