influxdb/mutable_batch_tests
Dom Dwyer ddd6ab0ba4 refactor(write_buffer): pass IDs in wire format
This commit is part of a two-part change in order to add the table &
namespace IDs to the write buffer wire format. This commit forms the
first half; changing the producer to send the IDs.

In this commit the new ID values are never read on the consumer side,
ensuring there is no consumer dependency on them. This ensures they
remain operational during a rollout, where the consumer may be updated
to the latest code dependent on the IDs before the producer is updated
to send them. This also ensures we have a window of time where where the
consumers can be rolled back after being updated, and still handle
replaying messages in Kafka.
2022-11-02 13:28:56 +01:00
..
benches refactor(write_buffer): pass IDs in wire format 2022-11-02 13:28:56 +01:00
src fix: Remove redundant closures identified by clippy 2021-12-02 11:52:02 -05:00
Cargo.toml refactor(write_buffer): pass IDs in wire format 2022-11-02 13:28:56 +01:00