How to create LogicalType in Apache Avro
I am writing this post to understand how to create a custom LogicalType in Apache Avro. It helps in enforcing strict schema validations for the data in transit as well as rest within their systems. Dividing this into broader sections: Define a schema using Avro IDL Generate Java classes using gradle avro plugin Define Custom… Read More »