You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
Describe the solution you'd like
sometimes we need to delete topics using the kafka client, like
./bin/kafka-topics.sh --bootstrap-server 127.0.0.1:9092 --delete --topic testAdditional context

delete topic will get a exception now.