KafkaBatcher.TempStorage.Batch (kafka_batcher v1.0.0)

The struct used for KafkaBatcher.Behaviours.TempStorage behavior

Summary

Types

@type message() :: KafkaBatcher.MessageObject.t()
@type t() :: %KafkaBatcher.TempStorage.Batch{
  messages: [message()],
  partition: String.t() | nil,
  producer_config: Keyword.t(),
  topic: String.t()
}