abraham-leal / kafka-idle-topics

A tool to detect idle topics in your cluster
Apache License 2.0
19 stars 2 forks source link

Should this exclude dlq topics?? #4

Closed vamsikrishnags closed 8 months ago

vamsikrishnags commented 11 months ago

Not really an issue but a Suggestion. First of all, great tool.. Thanks Abraham.

I ran it for a cluster on CC. It listed dlq topics as well. dlq topics are connector-created and are required. I suggest to either flag this as a message, say at the beginning of text file, to carefully decide which topics to be deleted. For eg; dlq topics, retry topics(created by devs/ applications), error topics (generally created by HTTP Sink Connector) All these topics are generally empty but still required.

abraham-leal commented 10 months ago

This is a great idea, will incorporate in the next release. Thanks for the feedback!

abraham-leal commented 8 months ago

This is solved in the next release.