Documentation ¶
Index ¶
Constants ¶
View Source
const Version int16 = 5
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListOffsetsTopicRequest ¶
type ListOffsetsTopicRequest struct { Name string Partitions []ListOffsetsPartitionRequest }
type ListOffsetsTopicResponse ¶
type ListOffsetsTopicResponse struct { Name string Partitions []ListOffsetsPartitionResponse }
type Request ¶
type Request struct { ReplicaID int32 IsolationLevel int8 Topics []ListOffsetsTopicRequest }
Click to show internal directories.
Click to hide internal directories.