Collection of libs and tools to work with axon framework and apache avro.
Keep your schema files in src/main/avro
. The path must fit the declared namespace, so
{ "type":"record", "namespace":"io.foo.bar", "name": "BarEvent" }
must be placed in a file: src/main/avro/io/foo/bar/BarEvent.avsc