Documentation ¶
Index ¶
Constants ¶
View Source
const Version int16 = 2
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OffsetCommitPartitionResponse ¶
type OffsetCommitPartitionResponse struct { PartitionIndex int32 ErrCode errors.KafkaError }
type OffsetCommitTopicRequest ¶
type OffsetCommitTopicRequest struct { Name string Partitions []OffsetCommitPartitionRequest }
type OffsetCommitTopicResponse ¶
type OffsetCommitTopicResponse struct { Name string Partitions []OffsetCommitPartitionResponse }
Click to show internal directories.
Click to hide internal directories.