Versions in this module Expand all Collapse all v0 v0.4.27 Dec 13, 2021 v0.4.26 Dec 13, 2021 Changes in this version + type Request struct + GenerationID int32 + GroupID string + GroupInstanceID string + MemberID string + RetentionTimeMs int64 + Topics []RequestTopic + func (r *Request) ApiKey() protocol.ApiKey + func (r *Request) Group() string + type RequestPartition struct + CommitTimestamp int64 + CommittedLeaderEpoch int32 + CommittedMetadata string + CommittedOffset int64 + PartitionIndex int32 + type RequestTopic struct + Name string + Partitions []RequestPartition + type Response struct + ThrottleTimeMs int32 + Topics []ResponseTopic + func (r *Response) ApiKey() protocol.ApiKey + type ResponsePartition struct + ErrorCode int16 + PartitionIndex int32 + type ResponseTopic struct + Name string + Partitions []ResponsePartition