Aiven-Open / Aiven-Open/klaw

Identify unused kafka topics

Open
#1,069 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.