Versions in this module Expand all Collapse all v0 v0.4.36 Sep 6, 2022 v0.4.35 Aug 22, 2022 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