Kayrock.RecordBatch (kayrock v0.1.12) View Source
Represents a batch of records (also called a record set)
This is the newer format in Kafka 0.11+
Link to this section Summary
Link to this section Types
Specs
Link to this section Functions
Specs
deserialize(binary()) :: nil | Kayrock.MessageSet.t() | t()
Direct deserializer
Supplied for compatibility with the Request protocol
Specs
deserialize(integer(), binary()) :: nil | Kayrock.MessageSet.t() | t()