Kafunk


ConsumerGroupMemberAssignment

Namespace: Kafunk
Parent Module: Protocol

MemberAssignment for the consumer group protocol. Each member in the group will receive the assignment from the leader in the sync group response.

Record Fields

Record FieldDescription
partitionAssignment
Signature: PartitionAssignment
userData
Signature: ArraySegment<byte>
version
Signature: ConsumerGroupProtocolMetadataVersion

Constructors

ConstructorDescription
new(...)
Signature: (version:ConsumerGroupProtocolMetadataVersion * partitionAssignment:PartitionAssignment * userData:ArraySegment<byte>) -> ConsumerGroupMemberAssignment

CompiledName: .ctor

Fork me on GitHub