influxdb/clap_blocks
Dom Dwyer d1ca29c029 fix(ingester): connect to assigned Kafka partition
During initialisation, the ingester connects to the Kafka brokers - this
involves per-partition leadership discovery & connection establishment.
These connections are then retained for the lifetime of the process.

Prior to this commit, the ingester would establish a connection to all
partition leaders for a given topic. After this commit, the ingester
connects to only the partition leaders it is going to consume from
(for those shards that it is assigned.)
2022-09-07 13:21:06 +02:00
..
src fix(ingester): connect to assigned Kafka partition 2022-09-07 13:21:06 +02:00
Cargo.toml chore: Update to (almost) released object_store 0.4.0 (#5419) 2022-08-17 13:44:48 +00:00