我需要删除testApache Kafka 0.8.1.1中的主题.
bin/kafka-topics.sh --zookeeper localhost:2181 --delete --topic test
Run Code Online (Sandbox Code Playgroud)
但是,这会导致以下消息:
Command must include exactly one action: --list, --describe, --create or --alter
Run Code Online (Sandbox Code Playgroud)
如何删除此主题?
apache-kafka ×1