Versions in this module Expand all Collapse all v0 v0.0.2 Dec 9, 2024 Changes in this version + type Request struct + ProducerEpoch int16 + ProducerID int64 + Topics []RequestTopic + TransactionalID string + func (r *Request) ApiKey() protocol.ApiKey + func (r *Request) Transaction() string + type RequestTopic struct + Name string + Partitions []int32 + type Response struct + Results []ResponseResult + ThrottleTimeMs int32 + func (r *Response) ApiKey() protocol.ApiKey + type ResponsePartition struct + ErrorCode int16 + PartitionIndex int32 + type ResponseResult struct + Name string + Results []ResponsePartition