influxdb/write_buffer/src
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
..
kafka refactor: parallelise Kafka partition client init 2022-08-12 14:45:23 +02:00
codec.rs feat: log external span for query gRPC requests (#5187) 2022-07-28 12:53:12 +00:00
config.rs feat: instrument kafka aggregated DML batch size 2022-08-04 16:48:56 +02:00
core.rs fix: do not loose data when Kafka reports that offset is above watermark (#5322) 2022-08-11 07:32:04 +00:00
file.rs fix: do not loose data when Kafka reports that offset is above watermark (#5322) 2022-08-11 07:32:04 +00:00
lib.rs chore: remove rdkafka dependency (#3625) 2022-02-03 13:33:56 +00:00
mock.rs fix: do not loose data when Kafka reports that offset is above watermark (#5322) 2022-08-11 07:32:04 +00:00