Axon Framework is a framework for building evolutionary, event-driven microservice systems, based on the principles of Domain-Driven Design, Command-Query Responsibility Separation (CQRS), and Event Sourcing.
As such, it provides the necessary building blocks to follow these principles. Examples of these building blocks are Aggregate factories and Repositories, Command, Event and Query Buses, and an Event Store. The framework provides sensible defaults for all of these components out of the box.
This setup helps to create a well-structured application without having to bother with the infrastructure. The main focus can thus become the business functionality.
This repository provides an extension to the Axon Framework: Kafka. It provides functionality to leverage Kafka to send and receive Events from one (micro)service to another. Thus, it does not include command or query distribution, nor event store specifics required for event sourcing.
For more information on anything Axon, please visit our website, http://axoniq.io.
The AxonIQ Library contains a section for the guides of all the Axon Framework extensions. The Kafka extension guide can be found here.
This extension should be regarded as a partial replacement of Axon Server, since it only cover the event routing part.
Are you having trouble using the extension? We'd like to help you out the best we can! There are a couple of things to consider when you're traversing anything Axon:
axon
.We use GitHub's issue tracking system for new feature request, extension enhancements and bugs. Prior to filing an issue, please verify that it's not already reported by someone else.
When filing bugs:
When filing features: