Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRequest ¶
Types ¶
type PartitionMetadata ¶
type Response ¶
type Response struct { ThrottleTimeMs int32 Brokers []Broker ClusterId string ControllerId int32 TopicMetadata []TopicMetadata }
func (*Response) Partitions ¶ added in v0.0.3
func (r *Response) Partitions(topic string) map[int32]*PartitionMetadata
type TopicMetadata ¶
type TopicMetadata struct { ErrorCode int16 Topic string IsInternal bool PartitionMetadata []PartitionMetadata }
Click to show internal directories.
Click to hide internal directories.