chickenchickenlove opened a new pull request, #22473: URL: https://github.com/apache/kafka/pull/22473
Previously, when a static member temporarily left a modern consumer group while in `UNREVOKED_PARTITIONS`, the coordinator cleared its pending revocations but kept the member in the unrevoked state. This change transitions such leaving static members to `STABLE` while writing the static leave epoch, so the retained static member state is consistent with the cleared pending revocations and reset assignment epochs. Other member states are preserved. A unit test was added for the temporary leave path from `UNREVOKED_PARTITIONS`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
