Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsumerGroup ¶
type ConsumerGroup struct {
Name string
}
type LowHighOffset ¶
type Offset ¶
type Offset struct {
Topic string
Group string // optional; used only when getting offsets for a consumer group
Partitions map[int]LowHighOffset
}
Click to show internal directories.
Click to hide internal directories.