kafka/group-coordinator
Dongnuo Lyu 366aa1014c
KAFKA-17317; Validate and maybe trigger downgrade after static member replacement (#17306)
This implementation doesn't change the existing downgrade path.

In `classicGroupJoinToConsumerGroup`, if the group should be downgraded, it will be converted to a classic group at the end of the method. The returned records will be the records from GroupJoin plus the records from conversion. No rebalance will be triggered in the newly converted group.

Reviewers: David Jacot <djacot@confluent.io>
2024-10-07 02:11:16 -07:00
..
group-coordinator-api/src/main/java/org/apache/kafka/coordinator/group/api/assignor KAFKA-16944; Rewrite Range Assignor (#16504) 2024-07-04 10:33:09 -07:00
src KAFKA-17317; Validate and maybe trigger downgrade after static member replacement (#17306) 2024-10-07 02:11:16 -07:00
.gitignore KAFKA-14363; Add new `group-coordinator` module (KIP-848) (#12827) 2022-11-09 08:49:57 +01:00