Building a Simple, Pure-Rust, Async Apache Kafka Client
This article was originally published in The New Stack. For InfluxDB IOx, the future core of InfluxDB, we use Apache Kafka to sequence data: Up until now, we have relied on rust-rdkafka, which provides async binding for librdkafka, which in turn is written in C. So why...