Skip to content

Axon Spring Boot Demo - Handle only events published by same instance

Notifications You must be signed in to change notification settings

thowimmer/axon-eventhandling-same-instance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Axon Spring Boot Demo - Handle only events published by same instance

This Spring Boot demo project shows how to configure the Axon Framwork, so that Events are only handled by the instances which publish them.

See Stack Overflow discussion with Steven van Beelen for further details.

Basic Axon Setup

How to run

1) Start Docker Compose based SQL Server instance

Use the sql-server-test-db run config if you're using IntelliJ IDEA or start the docker-compose.yml otherwise.

2) Start instance of Spring Boot application

Use the new-app-instance run config if you're using IntelliJ IDEA or start the Application.kt otherwise.

About

Axon Spring Boot Demo - Handle only events published by same instance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published