Delete topic in Kafka 0.8.1.1

后端 未结 14 1629
栀梦
栀梦 2020-11-30 19:26

I need to delete the topic test in Apache Kafka 0.8.1.1.

As expressed in the documentation here, I have executed:

bin/kafka-topics.sh --         


        
14条回答
  •  天涯浪人
    2020-11-30 19:47

    As mentioned in doc here

    Topic deletion option is disabled by default. To enable it set the server config delete.topic.enable=true Kafka does not currently support reducing the number of partitions for a topic or changing the replication factor.

    Make sure delete.topic.enable=true

提交回复
热议问题