When I'm trying to delete a Kafka topic using Confluent-Kafka AdminClient Delete_topic, The topic is getting deleted for the moment but is getting recreated after few seconds.
I tried Producer.flush() , Consumer.unsubscribe() to avoid recreating but still unable to figure out why it is getting recreated.
However, when i try to manually delete same topic after whole process completion using an individual python script it is getting deleted.