Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { TransactionalID string `kafka:"min=v3,max=v8,nullable"` Acks int16 `kafka:"min=v0,max=v8"` Timeout int32 `kafka:"min=v0,max=v8"` Topics []RequestTopic `kafka:"min=v0,max=v8"` }
func (*Request) HasResponse ¶
func (*Request) TypeKey ¶
func (r *Request) TypeKey() protocol.OverrideTypeKey
type RequestPartition ¶
type RequestPartition struct { Partition int32 `kafka:"min=v0,max=v8"` RecordSet protocol.RawRecordSet `kafka:"min=v0,max=v8"` }
type RequestTopic ¶
type RequestTopic struct { Topic string `kafka:"min=v0,max=v8"` Partitions []RequestPartition `kafka:"min=v0,max=v8"` }
Click to show internal directories.
Click to hide internal directories.