Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added first pass at consumer group member state machine

...

  • UNJOINED: There's no rebalance. For the simple consumed use case, the GroupState remains in UNJOINED
  • PREPARE: Sending the heartbeat and await the response
  • ASSIGN: Assignment updated, client thread side callbacks are triggered, and await completion
  • COMPLETE: Client thread callback completed and has notified the background thread.
  • STABLE: stable group




Gliffy Diagram
macroId61e1808f-b6d0-4004-86be-f8796f1dd9bf
displayNameKIP-848 consumer group member state machine
nameKIP-848 consumer group member state machine
pagePin2



Consumer API Internal Changes 

...