Skip to main content

Module assignment

Module assignment 

Source
Expand description

Partition assignment algorithms. Partition assignment algorithms for the delta.

Assigns partitions to nodes using consistent hashing with virtual nodes proportional to each node’s core count. Supports failure domain diversity and weighted distribution.

Structs§

AssignmentConstraints
Constraints for partition assignment.
AssignmentPlan
A planned partition-to-node assignment.
AssignmentStats
Statistics about an assignment plan.
ConsistentHashAssigner
Consistent-hash based partition assigner.
PartitionMove
A single partition move in a rebalance plan.

Traits§

PartitionAssigner
Trait for partition assignment algorithms.