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§
- Assignment
Constraints - Constraints for partition assignment.
- Assignment
Plan - A planned partition-to-node assignment.
- Assignment
Stats - Statistics about an assignment plan.
- Consistent
Hash Assigner - Consistent-hash based partition assigner.
- Partition
Move - A single partition move in a rebalance plan.
Traits§
- Partition
Assigner - Trait for partition assignment algorithms.