Package io.camunda.zeebe.broker.partitioning.distribution
package io.camunda.zeebe.broker.partitioning.distribution
-
ClassesClassDescriptionA
PartitionDistributorimplementation which takes in a provided, fixed mapping which already describes which member maps to which partitions, and returns the appropriate set of distributed partitions on demand.Simplified builder interface to construct aFixedPartitionDistributorto reduce the risk of misconfiguration when building a fixed partition distribution.This implementation ofPartitionDistributordistributes the partitions in a round robin fashion over the set of members in the cluster.