SyncGroupRequest
Namespace: Kafunk
Parent Module: Protocol
The sync group request is used by the group leader to assign state (e.g. partition assignments) to all members of the current generation. All members send SyncGroup immediately after joining the group, but only the leader provides the group's assignment.
Record Fields
Record Field | Description |
generationId
Signature: GenerationId
|
![]() ![]() |
groupAssignment
Signature: GroupAssignment
|
![]() ![]() |
groupId
Signature: GroupId
|
![]() ![]() |
memberId
Signature: MemberId
|
![]() ![]() |
Constructors
Constructor | Description |
new(...)
Signature: (groupId:GroupId * generationId:GenerationId * memberId:MemberId * groupAssignment:GroupAssignment) -> SyncGroupRequest
|
![]() ![]() CompiledName: |