**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 test` **Additional context** delete topic will get a exception now. 
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.