Identify unused kafka topics
Offen
Backend
customer-request
- Vorherrschende Sprache
- Java
- Sterne
- 195
- Forks
- 77
- Ø Merge
- 8 T. 9 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
# What is currently missing?
Identifying unused kafka topics and inform admins
# How could this be improved?
Unused kafka topics can be derived by reading the timestamp of log files from AdminClient may be in recent versions
Or deploy a script on broker which exports timestamps of log files and push that data to a topic.
Then read that topic data and see if they are unused for a period of time
Ex: if unused for 90 days, mark for deletion
# Is this a feature you would work on yourself?
* [ ] I plan to open a pull request for this feature
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.