Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { GroupID string `kafka:"min=v0,max=v5"` Topics []RequestTopic `kafka:"min=v0,max=v5,nullable"` }
type RequestTopic ¶
type Response ¶
type Response struct { ThrottleTimeMs int32 `kafka:"min=v3,max=v5"` Topics []ResponseTopic `kafka:"min=v0,max=v5"` ErrorCode int16 `kafka:"min=v2,max=v5"` }
type ResponsePartition ¶
type ResponseTopic ¶
type ResponseTopic struct { Name string `kafka:"min=v0,max=v5"` Partitions []ResponsePartition `kafka:"min=v0,max=v5"` }
Click to show internal directories.
Click to hide internal directories.