Constant akka_persistence_rs::NUMBER_OF_SLICES
source · pub const NUMBER_OF_SLICES: u32 = 1024;
Expand description
A slice is deterministically defined based on the persistence id.
NUMBER_OF_SLICES
is not configurable because changing the value would result in
different slice for a persistence id than what was used before, which would
result in invalid events_by_slices call on a source provider.