Kafunk


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 FieldDescription
generationId
Signature: GenerationId
groupAssignment
Signature: GroupAssignment
groupId
Signature: GroupId
memberId
Signature: MemberId

Constructors

ConstructorDescription
new(...)
Signature: (groupId:GroupId * generationId:GenerationId * memberId:MemberId * groupAssignment:GroupAssignment) -> SyncGroupRequest

CompiledName: .ctor

Fork me on GitHub