Hello, I encountered a problem when trying to delete and then recreate a topic on a cluster (zk-brokers, Kafka 3.9.1) on which a broker was shut down.
When trying to recreate the topic, I got the following error: > Error while executing topic command: Topic ‘mytopic’ is marked for deletion. After little research, I came across this issue, which is still open on Jira: https://issues.apache.org/jira/browse/KAFKA-5200 I tried to reproduce this issue on a cluster also running 3.9.1, but in kraft mode, and I was able to delete and recreate the topic without any problems. Has this issue been resolved with kraft? Have a nice day, Maxime
