Previously aggregated writes were merged into a single Kafka Record - this meant that all merged ops would be placed into the same Record, and therefore receive the same sequence number once published to Kafka. The new aggregator batches at the Record level, therefore aggregated writes now get their own distinct sequence number. This commit updates the batching tests to reflect this new sequence number assignment behaviour. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||