Collection of extensions and supporting components to use for Axon Avro serialization stack.
Axon Framework 4.11 introduced support for Avro Serialization of messages. This repository provides additions not included into Axon Framework but helpful in operations.
Several modules are available:
- Axon Kotlin Serializer
- Axon Avro Server Plugin
- Generators: for Kotlin code generation around Avro
Use our BOM:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.holixon.axon.avro</groupId>
<artifactId>axon-avro-bom</artifactId>
<packaging>pom</packaging>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Interested?