Description
Issue submitter TODO list
- I've searched for an already existing issues here
- I'm running a supported version of the application which is listed here and the feature is not present there
Is your proposal related to a problem?
I would like to propose a new feature for Kafbat that provides a hierarchical visualization of Kafka topics based on their naming patterns. Currently, Kafka does not natively support topic hierarchies, which can make it challenging to manage and navigate large numbers of topics, especially when they follow a structured naming convention. The suggested feature would allow users to view topics in a tree structure, where topics sharing a common prefix (such as topic1.xxx.xxx) are grouped under a parent node (e.g., topic1). Users could then expand each parent node to reveal related subtopics, making it significantly easier to explore, organize, and understand topic relationships within complex Kafka environments. This enhancement would improve usability for teams managing extensive topic lists and help maintain clarity as Kafka deployments scale.
Describe the feature you're interested in
I am interested in a feature that enables Kafbat to display Kafka topics in a hierarchical tree structure based on their naming patterns. Specifically, I would like topics that share a common prefix (for example, topics named like topic1.xxx.xxx) to be grouped under a parent node (such as topic1). Users should be able to expand or collapse these parent nodes to view or hide the related subtopics. This would make it much easier to organize, navigate, and manage large numbers of topics, especially in environments where topics are named according to a structured convention.
Describe alternatives you've considered
No response
Version you're running
Additional context
No response