Skip to content

This is a small example illustrating how to create a synchronous REST front-end on an asynchronous CQRS+ES back-end using Axon's subscription queries.

License

Notifications You must be signed in to change notification settings

fransvanbuul/axon-sync-rest-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

axon-sync-rest-frontend

This is a small example illustrating how to create a synchronous REST front-end on an asynchronous CQRS+ES back-end using Axon's subscription queries.

Tech stack used:

  • Axon Framework 3.3.1
  • Java 8
  • Spring Boot 2
  • Reactor Core 3
  • Swagger 2
  • Lombok
  • H2 / JPA

No external dependencies, run using mvn spring-boot:run

Test via http://localhost:8080/swagger-ui.html

Trace-level logging enabled by default for illustration of the process.

About

This is a small example illustrating how to create a synchronous REST front-end on an asynchronous CQRS+ES back-end using Axon's subscription queries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages