rust-rdkafka icon indicating copy to clipboard operation
rust-rdkafka copied to clipboard

Apache-Avro Rust integration?

Open WaterKnight1998 opened this issue 1 year ago • 1 comments

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!

WaterKnight1998 avatar Mar 31 '23 09:03 WaterKnight1998

Any help please?? @davidblewett @scanterog @ClementTsang @benesch

WaterKnight1998 avatar Jun 13 '23 15:06 WaterKnight1998