DEV Community

pkishork
pkishork

Posted on

Delete Kafka topics

I am creating the kafka topic programmatically . when application end . i have to delete the created kafka topics . i am using adminClient.deleteTopics(TOPIC_LIST) but still topics doe not get deleted instead making maked as "mared for deletion" . Any one know how can i delete topic permanently using java.

Top comments (0)