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. |
||
|---|---|---|
| .. | ||
| kafka | ||
| codec.rs | ||
| config.rs | ||
| core.rs | ||
| file.rs | ||
| lib.rs | ||
| mock.rs | ||