kayrock v0.1.6 Kayrock.RecordBatch View Source

Represents a batch of records (also called a record set)

This is the newer format in Kafka 0.11+

See https://kafka.apache.org/documentation/#recordbatch

Link to this section Summary

Link to this section Functions

Link to this function

deserialize(record_batch_data) View Source

Direct deserializer

Supplied for compatibility with the Request protocol

Link to this function

deserialize(msg_set_size, msg_set_data) View Source

Link to this function

from_binary_list(messages, compression \\ :none) View Source