Documentation ¶
Index ¶
Constants ¶
View Source
const MaxVersionSupported = 1
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Assignment ¶
type Assignment struct { Version int16 `kafka:"min=v0,max=v1"` AssignedPartitions []TopicPartition `kafka:"min=v0,max=v1"` UserData []byte `kafka:"min=v0,max=v1,nullable"` }
type Subscription ¶
type Subscription struct { Version int16 `kafka:"min=v0,max=v1"` Topics []string `kafka:"min=v0,max=v1"` UserData []byte `kafka:"min=v0,max=v1,nullable"` OwnedPartitions []TopicPartition `kafka:"min=v1,max=v1"` }
type TopicPartition ¶
Click to show internal directories.
Click to hide internal directories.