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 schem...
anilkulkarni.hashnode.dev3 min read