influxdb/write_buffer/src/kafka
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
..
aggregator.rs feat: instrument kafka aggregated DML batch size 2022-08-04 16:48:56 +02:00
config.rs feat: add SOCKS5 support to Kafka write buffer (#4623) 2022-05-17 15:21:35 +00:00
instrumentation.rs feat: Kafka client produce() instrumentation 2022-08-08 15:24:35 +02:00
mod.rs refactor: parallelise Kafka partition client init 2022-08-12 14:45:23 +02:00