AndrewJSchofield opened a new pull request, #16786:
URL: https://github.com/apache/kafka/pull/16786

   In KIP-932, the group coordinator does not persist assignments for share 
groups. While this sounds like a good idea in terms of minimising overhead for 
data which doesn't strictly need to be recoverable, it significantly adds to 
the complexity of working with the coordinator framework.
   
   This PR revises the definitions of the share group record schemas following 
more closely the schemas used for consumer groups, and eliminating the need to 
maintain soft state alongside the group coordinator's timeline structure.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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]

Reply via email to