Documentation ¶
Index ¶
Constants ¶
View Source
const Version int16 = 7
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PartitionData ¶
type PartitionResponse ¶
type ProduceResponse ¶
type ProduceResponse struct { Name string PartitionResponses []PartitionResponse }
type Request ¶
type Response ¶
type Response struct { Responses []ProduceResponse ThrottleDuration time.Duration }
type TopicData ¶
type TopicData struct { Name string PartitionData []PartitionData }
Click to show internal directories.
Click to hide internal directories.