Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

holixon/axon-avro-spoon

Repository files navigation

axon-avro-spoon

currently in development

Collection of libs and tools to work with axon framework and apache avro.

incubating Build Status sponsored Maven Central

goals

verify-and-create-docs

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

Useful information