Backend-agnostic streaming abstraction for reinhardt.
Features
kafka— Kafka backend using rskafka (pure Rust, no C bindings)
The Kafka-backed TaskBackend lives in reinhardt-tasks behind its
kafka-backend feature (not here).
Direct API
use ;
let config = new;
let producer = connect.await?;
producer.send.await?;