MY organisation uses AVRO Specification 1.8 and I'm trying Node.js to serialise the data, but it's failing. I've tried both these libraries, but they are failing AVRO validation, because they're using AVRO 1.9 and the AVRO template I have is made on AVRO 1.8.1
https://github.com/mtth/avsc
https://www.npmjs.com/package/avro-js
I've tried to find a way of using 1.8, but there doesn't seem to be a way to do that.
I need help on how to use AVRO 1.8 Specification in Node.js to serialise data. Any library would be ok
1.4m articles
1.4m replys
5 comments
57.0k users