influxdb/write_buffer
Dom Dwyer 8b054c14a8 test: update batching tests for new aggregator
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.
2022-08-22 12:59:43 +02:00
..
src test: update batching tests for new aggregator 2022-08-22 12:59:43 +02:00
Cargo.toml build: bump rskafka 2022-08-12 10:13:25 +02:00