influxdb/write_buffer
Dom Dwyer bd88ac6149 refactor: parallelise Kafka partition client init
Changes the Kafka write buffer impl to parallelise initialisation of the
PartitionClient instances.

Now that the PartitionClient constructor also performs leader discovery
(using cached metadata, influxdata/rskafka#164) and establishes a broker
connection (influxdata/rskafka#166) executing them in parallel will
cause a proportional decrease in the time taken to bring IOx up.
2022-08-12 14:45:23 +02:00
..
src refactor: parallelise Kafka partition client init 2022-08-12 14:45:23 +02:00
Cargo.toml build: bump rskafka 2022-08-12 10:13:25 +02:00