Daily Archives: November 29, 2018

How to create schema containing list of objects using Avro?

You need to use array type for creating the list. Following is the updated schema that handles your usecase. { "name": "Parent", "type":"record", "fields": } } } ] } ... Read More | Share it now!