How to delete a Kafka topic whose name has space in it?
For Example, Kafka topic name is "test topic", I'm not able to delete it. I'm getting a message called topic does not exist since it is trying to search for the topic "test".
We tried using double quotes ("") for the topic name and back Slash () before the space. Both are not working. I'm currently getting Leader not available recurring errors in topics, I have to delete all the topics present in Kafka to make stable and restart. I need help. Anybody??