Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. bin/kafka-configs --bootstrap-server localhost:9092 --entity-type brokers --entity-default --alter --add-config delete.topic.enable=true

  2. bin/kafka-topics.sh --zookeeper localhost:2181 --delete --topic TopicToBeDeleted

  3. bin/kafka-configs --bootstrap-server localhost:9092 --entity-type brokers --entity-default --alter --adddelete-config delete.topic.enable=false

Compatibility, Deprecation, and Migration Plan

...