franz/partitions

Types

Specifies which partitions to consume from.

pub type Partitions {
  Partitions(List(Int))
  All
}

Constructors

  • Partitions(List(Int))

    Consume from specific partition numbers.

  • All

    Consume from all available partitions.

Search Document