kafka/group-coordinator
Sushant Mahajan 71f5600283
KAFKA-19453: Ignore group not found in share group record replay (#20100)
* When a `ShareGroup*` record is replayed in group metadata manager,
there is a call to check if the group exists. If the group does not
exist - we are throwing an exception which is unnecessary.
* In this PR, we have added check to ignore this exception.
* New test to validate the logic has been added.

Reviewers: Apoorv Mittal <apoorvmittal10@gmail.com>

Note: cherry pick from PR https://github.com/apache/kafka/pull/20076 in
trunk.
2025-07-03 19:46:59 +01:00
..
group-coordinator-api/src/main/java/org/apache/kafka/coordinator/group/api/assignor KAFKA-19344: Replace desc.assignablePartitions with spec.isPartitionAssignable. (#19838) 2025-05-28 20:27:29 +01:00
src KAFKA-19453: Ignore group not found in share group record replay (#20100) 2025-07-03 19:46:59 +01:00
.gitignore