I have to serialize a Json using Avro in Node.js. For this I used node-avro-io package using help from this stackoverflow link. But the serialized data using this contains schema with each serialized Json. Is there a way I could do it without adding schema to each serialized JSON. In Java I was able to achieve it by directly operating upon Datum Writer.
Asked
Active
Viewed 1,089 times
1 Answers
0
I'm not sure exactly what you are trying to do but avsc
should let you do what you want. (The quickstart guide might be a good place to start.)

mtth
- 4,671
- 3
- 30
- 36