This extension to the Axon Framework aims to provide support for serialization of Axon events with the Apache Avro data format.
Avro is a schema-based data format that can be serialized to JSON or byte sequence, which is useful to minimize the disk space needed for your Axon event store and bandwidth used for transport. Messages can be validated against a schema version and Avro supports schema evolution by automatically determining compatibility modes between different revisions.
Please check our official documentation for more details.
This library is developed under