Identify unused kafka topics
Open
Backend
customer-request
- Dominant language
- Java
- Stars
- 195
- Forks
- 77
- Avg merge
- 8d 9h
- Merged PRs (30d)
- 1
Description
# 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
Contributor guide
Assessment
This issue has not been assessed yet.