-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The console currently has support for consumer groups found using the listConsumerGroups admin API. More recent versions of Kafka have added two new types of groups - share groups and stream groups. Additionally, the new consumer group protocol (as opposed to the older classic protocol) is now to be accessed using operations separate from those for accessing classic groups.
We should -
- Migrate to the new
listGroupsAPI to obtain the list of all groups visible in the cluster. - Delegate to the several
describe*GroupsAPIs where*is classic, consumer, streams, or share - as determined by the group type/protocol in the listing. - Support existing describe/reset support for all types if possible (more research and experimentation with the APIs is needed).
- Update the UI to display the group type and protocol
- Update the UI to change "Consumer Groups" terminology to be simply "Groups"
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request