Documentation ¶
Overview ¶
Package sticky provides sticky partitioning strategy for Kafka, with a complete overhaul to be faster, more understandable, and optimal.
For some points on how Java's strategy is flawed, see https://github.com/IBM/sarama/pull/1416/files/b29086bdaae0da7ce71eae3f854d50685fd6b631#r315005878
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupMember ¶
type GroupMember struct { ID string Topics []string UserData []byte Owned []kmsg.ConsumerMemberMetadataOwnedPartition Generation int32 Cooperative bool }
GroupMember is a Kafka group member.
Click to show internal directories.
Click to hide internal directories.