Versions in this module Expand all Collapse all v0 v0.4.48 Mar 13, 2024 v0.4.47 Mar 13, 2024 Changes in this version + type Request struct + TimeoutMs int32 + Topics []RequestTopic + func (r *Request) ApiKey() protocol.ApiKey + func (r *Request) Broker(cluster protocol.Cluster) (protocol.Broker, error) + type RequestTopic struct + Name string + PartitionIndexes []int32 + type Response struct + ErrorCode int16 + ErrorMessage string + ThrottleTimeMs int32 + Topics []ResponseTopic + func (r *Response) ApiKey() protocol.ApiKey + type ResponsePartition struct + AddingReplicas []int32 + PartitionIndex int32 + RemovingReplicas []int32 + Replicas []int32 + type ResponseTopic struct + Name string + Partitions []ResponsePartition