influxdb/ioxd_router
Dom Dwyer 9b920f1cbb refactor(router): use KafkaPartition in sequencer
The Sequencer (which will be renamed shortly) is a type that represents
a single sequencer/shard/kafka partition in the router.

In order to minimise confusion with all the various IDs floating around,
we have a KafkaPartition - this commit changes the Sequencer to return
the Kafka partition index as a typed value, rather than a usize to help
eliminate any inconsistencies.

As a side effect of these conversion changes, I've tightened up the
casting to ensure we assert on any overflows - we juggle a lot of
numeric types!
2022-08-23 16:02:11 +02:00
..
src refactor(router): use KafkaPartition in sequencer 2022-08-23 16:02:11 +02:00
Cargo.toml chore: Update to (almost) released object_store 0.4.0 (#5419) 2022-08-17 13:44:48 +00:00