azure-functions-kafka-extension icon indicating copy to clipboard operation
azure-functions-kafka-extension copied to clipboard

Avro support for the Java bindings?

Open meken opened this issue 5 years ago • 3 comments

Avro doesn't seem to be supported as a first class citizen in the Java bindings (I end up with UnsupportedOperationException: Interface can't be instantiated! Interface name: org.apache.avro.generic.GenericRecord when I try it). Is this intended?

BTW, I could sort this out by working with byte arrays and Avro DatumWriter/Readers, but it would be nicer to have better support (comparable to the C# bindings).

meken avatar Aug 21 '20 13:08 meken

Thank you for sharing @meken Good point. I have no afford right now, however, I'd like to keep this for being the future backlog.

TsuyoshiUshio avatar Aug 26 '20 18:08 TsuyoshiUshio

I have a customer that needs this capability.

denniszielke avatar Oct 07 '21 12:10 denniszielke

Appreciate your feedback on this! We are investigating on this capability. Any inputs on size of Avro records expected? This will help us plan accordingly @shrohilla , @lpapudippu

raorugan avatar Mar 31 '22 07:03 raorugan

@denniszielke we are supporting with Generic Records so closing this issue for now

shrohilla avatar Dec 16 '22 07:12 shrohilla