Versions in this module Expand all Collapse all v1 v1.0.0 Aug 23, 2023 Changes in this version + type Request struct + GroupID string + Topics []RequestTopic + func (r *Request) ApiKey() protocol.ApiKey + func (r *Request) Group() string + type RequestPartition struct + PartitionIndex int32 + type RequestTopic struct + Name string + Partitions []RequestPartition + type Response struct + ErrorCode int16 + ThrottleTimeMs int32 + Topics []ResponseTopic + func (r *Response) ApiKey() protocol.ApiKey + type ResponsePartition struct + ErrorCode int16 + PartitionIndex int32 + type ResponseTopic struct + Name string + Partitions []ResponsePartition