Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Response ¶
type Response struct { ThrottleTimeMs int32 `kafka:"min=v3,max=v9"` Brokers []ResponseBroker `kafka:"min=v0,max=v9"` ClusterID string `kafka:"min=v2,max=v9,nullable"` ControllerID int32 `kafka:"min=v1,max=v9"` Topics []ResponseTopic `kafka:"min=v0,max=v9"` ClusterAuthorizedOperations int32 `kafka:"min=v8,max=v9"` }
type ResponseBroker ¶
type ResponsePartition ¶
type ResponsePartition struct { ErrorCode int16 `kafka:"min=v0,max=v9"` PartitionIndex int32 `kafka:"min=v0,max=v9"` LeaderID int32 `kafka:"min=v0,max=v9"` LeaderEpoch int32 `kafka:"min=v7,max=v9"` ReplicaNodes []int32 `kafka:"min=v0,max=v9"` IsrNodes []int32 `kafka:"min=v0,max=v9"` OfflineReplicas []int32 `kafka:"min=v5,max=v9"` }
type ResponseTopic ¶
type ResponseTopic struct { ErrorCode int16 `kafka:"min=v0,max=v9"` Name string `kafka:"min=v0,max=v9,nullable|min=v9,max=v9,compact,nullable"` IsInternal bool `kafka:"min=v1,max=v9"` Partitions []ResponsePartition `kafka:"min=v0,max=v9"` TopicAuthorizedOperations int32 `kafka:"min=v8,max=v9"` }
Click to show internal directories.
Click to hide internal directories.