DEV Community

Said Olano
Said Olano

Posted on

Java interacting with Apache Avro

This Java-Avro Sample demonstrates how we setup a POJO and then save the info into an Avro file to later by created as a GenericRecord instance.

Ultimately, this is verified by using the assertion assert True as the sample shows us.

Image description

Top comments (0)