pub fn partition_for(key: &str, partitions: u32) -> u32Expand description
Stable partition assignment: FNV-1a of the key modulo partition count. Deterministic across processes and platforms so replay tooling and the broker always agree (a hash mismatch would silently split an agent’s ordered stream).