Versions in this module Expand all Collapse all v1 v1.0.0 Aug 23, 2023 Changes in this version + type Request struct + Resources []RequestResource + ValidateOnly bool + func (r *Request) ApiKey() protocol.ApiKey + func (r *Request) Broker(cluster protocol.Cluster) (protocol.Broker, error) + type RequestConfig struct + ConfigOperation int8 + Name string + Value string + type RequestResource struct + Configs []RequestConfig + ResourceName string + ResourceType int8 + type Response struct + Responses []ResponseAlterResponse + ThrottleTimeMs int32 + func (r *Response) ApiKey() protocol.ApiKey + type ResponseAlterResponse struct + ErrorCode int16 + ErrorMessage string + ResourceName string + ResourceType int8