Java: How to validate JSON against an AVRO schema Maarten Smeets January 27, 2022 Technology, Java, Kafka No Comments AVRO schema are often used to serialize JSON data into a compact binary format in order to for example transport it efficiently over Kafka. When you want to validate … [Continue Reading...]