Using Apache Avro for passing Java objects through a message broker, with a schema registry

from blog Kevin Boone's website, | ↗ original
This article extends my earlier article on using Avro with a message broker. In this article I explain how to use the Apicurio schema registry to store Avro schema artefacts that are shared by multiple clients, rather than providing local copies for each client.