rust-rdkafka
rust-rdkafka copied to clipboard
Apache-Avro Rust integration?
Hi,
I am using apache_avro
Rust lib to work with Avro data. Records are represented in this library with the following struct: https://docs.rs/apache-avro/0.14.0/apache_avro/types/enum.Value.html, this value can be converted to bytes too.
However, I am having a hard time trying to send them with BaseProducer. Thanks in advance!
Any help please?? @davidblewett @scanterog @ClementTsang @benesch