Versions in this module Expand all Collapse all v0 v0.4.47 Mar 8, 2024 Changes in this version + type Request struct + TimeoutMs int32 + Topics []RequestTopic + ValidateOnly bool + func (r *Request) ApiKey() protocol.ApiKey + func (r *Request) Broker(cluster protocol.Cluster) (protocol.Broker, error) + type RequestAssignment struct + BrokerIDs []int32 + type RequestTopic struct + Assignments []RequestAssignment + Count int32 + Name string + type Response struct + Results []ResponseResult + ThrottleTimeMs int32 + func (r *Response) ApiKey() protocol.ApiKey + type ResponseResult struct + ErrorCode int16 + ErrorMessage string + Name string