flier / tokio-kafka

Asynchronous Rust client for Apache Kafka
Apache License 2.0
31 stars 1 forks source link

Need to take data from a channel receiver and produce it to kafka #2

Open surajprak opened 6 years ago

surajprak commented 6 years ago

I have an usecase where i am using futures mspc channel, My producer should read data from the receiver of the channel and push it to a kafka topic, please suggest how should it be done?