franz/producer_config

Types

pub type Compression {
  NoCompression
  Gzip
  Snappy
}

Constructors

  • NoCompression
  • Gzip
  • Snappy
pub type ProducerConfig {
  RequiredAcks(Int)
  AckTimeout(Int)
  PartitionBufferLimit(Int)
  PartitionOnwireLimit(Int)
  MaxBatchSize(Int)
  MaxRetries(Int)
  RetryBackoffMs(Int)
  Compression(Compression)
  MaxLingerMs(Int)
  MaxLingerCount(Int)
}

Constructors

  • RequiredAcks(Int)
  • AckTimeout(Int)
  • PartitionBufferLimit(Int)
  • PartitionOnwireLimit(Int)
  • MaxBatchSize(Int)
  • MaxRetries(Int)
  • RetryBackoffMs(Int)
  • Compression(Compression)
  • MaxLingerMs(Int)
  • MaxLingerCount(Int)
Search Document