Kayrock.RecordBatch.Record (kayrock v0.1.12) View Source

Represents a single record (message)

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 Types

Specs

t() :: %Kayrock.RecordBatch.Record{
  attributes: term(),
  headers: term(),
  key: term(),
  offset: term(),
  timestamp: term(),
  value: term()
}