This is a starter kit, a project template if you will, for Apache Avro intended to bootstrap your Avro based project. You'll learn how to declare a protocol, generate and compile your code, and run a ...
In order to easily find the start of the program, put the main program in a function called main as the bottom-most function. This provides consistency with the rest of the code base as well as ...