Versions in this module Expand all Collapse all v1 v1.0.0 Aug 23, 2023 Changes in this version + type Request struct + AllowAutoTopicCreation bool + IncludeClusterAuthorizedOperations bool + IncludeTopicAuthorizedOperations bool + TopicNames []string + func (r *Request) ApiKey() protocol.ApiKey + type Response struct + Brokers []ResponseBroker + ClusterAuthorizedOperations int32 + ClusterID string + ControllerID int32 + ThrottleTimeMs int32 + Topics []ResponseTopic + func (r *Response) ApiKey() protocol.ApiKey + type ResponseBroker struct + Host string + NodeID int32 + Port int32 + Rack string + type ResponsePartition struct + ErrorCode int16 + IsrNodes []int32 + LeaderEpoch int32 + LeaderID int32 + OfflineReplicas []int32 + PartitionIndex int32 + ReplicaNodes []int32 + type ResponseTopic struct + ErrorCode int16 + IsInternal bool + Name string + Partitions []ResponsePartition + TopicAuthorizedOperations int32