mirror of https://github.com/apache/kafka.git
* 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. |
||
---|---|---|
.. | ||
group-coordinator-api/src/main/java/org/apache/kafka/coordinator/group/api/assignor | ||
src | ||
.gitignore |