Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
- While using —list —state the current accepted values correspond to the classic group type states. We need to include support for the new group type states.
- Consumer Group: Should list the state of the group. Accepted Values:
- UNKNOWN(“unknown”)
- EMPTY("empty"),
- ASSIGNING("assigning"),
- RECONCILING("reconciling"),
- STABLE("stable"),
- DEAD("dead");
- Consumer Group: Should list the state of the group. Accepted Values:
-
- Classic Group : Should list the state of the group. Accepted Values:
- UNKNOWN("Unknown"),
- EMPTY("Empty");
- PREPARING_REBALANCE("PreparingRebalance"),
- COMPLETING_REBALANCE("CompletingRebalance"),
- STABLE("Stable"),
- DEAD("Dead")
- Classic Group : Should list the state of the group. Accepted Values:
Attachments
Attachments
Issue Links
- links to