Hello, After upgrading to 2.3.0, I have tried deleting some old/stale topics using the following commands (none of them worked)
*./kafka-topics.sh --delete --topic mytopic --zookeeper localhost:2181* *./kafka-topics.sh --delete --topic mytopic --bootstrap-server localhost:9092* For the former, it says that the topic has been marked for deletion (and yes, I had delete.topic.enable set correctly). I had to restart my brokers for rolling upgrade - so, this would've cleared any existing issues. When I issued the delete topic command after this, It's simply ignoring it. Is this a known issue due to something in Zookeeper? I am not sure if this has something to do with retention settings. Has anyone seen this behaviour with 2.3.0 ? Thanks,