Re: Sample code or tutorial for writing/reading Avro type message in Samza

2015-11-20 Thread Luis Casillas
ote: >Hi, Luis: >Thanks a lot for your detail reply with your codes and link of Avro >schema registry. >May I have a question, have you considered protocol buffer as your >message type? > >Sincerely, >Selina > > >On Thu, Nov 19, 2015 at 2:22 PM, Luis

Re: Sample code or tutorial for writing/reading Avro type message in Samza

2015-11-19 Thread Luis Casillas
I did a Samza proof of concept project recently and I ended up writing this code: https://gist.github.com/ldcasillas-progreso/871af3c1a1790be975fd In the end, however, I switched the project from Avro to JSON. The issue is that Avro is designed to work with its self-describing container file