- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Creating job to automatically remove Kafka Topics
- Labels:
-
Apache Kafka
Created 04-12-2018 05:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Has anybody ever tried to delete unneeded Kafka Topics with a job or in some sort of automated fashion?
Created 04-12-2018 05:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Make sure that topic deletion enabled at the broker level (delete.topic.enable=true) in the entire cluster, and restart it?
Here is how the delete works in Kafka
Check this Github with scripts to delete topics you can readapt it
Hope that helps
Created 04-12-2018 05:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Make sure that topic deletion enabled at the broker level (delete.topic.enable=true) in the entire cluster, and restart it?
Here is how the delete works in Kafka
Check this Github with scripts to delete topics you can readapt it
Hope that helps
Created 06-20-2018 10:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That worked perfectly. Thanks!
