Documentation ¶
Index ¶
Constants ¶
View Source
const Version int16 = 1
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { GroupID string Topics []RequestOffsetFetchTopic }
type RequestOffsetFetchTopic ¶
type Response ¶
type Response struct {
Topics []ResponseOffsetFetchTopic
}
type ResponseOffsetFetchTopic ¶
type ResponseOffsetFetchTopic struct { Name string Partitions []ResponseOffsetFetchTopicPartition }
type ResponseOffsetFetchTopicPartition ¶
type ResponseOffsetFetchTopicPartition struct { PartitionIndex int32 CommittedOffset int64 Metadata *string ErrCode errors.KafkaError }
Click to show internal directories.
Click to hide internal directories.