Questions tagged [axon]

Axon consists of two main topics: (1) Axon Framework and (2) Axon Server. Axon Framework is a Java based open source framework providing building blocks to support developers with Domain-Driven Design, CQRS and Event Sourcing in their application. Axon Server provides a dedicated message routing solution and Event Store, further supporting a micro services oriented style of software development.

Through Axon, we can refer to two major topics: Axon Framework and Axon Server.

Axon Framework is a Java based open source framework providing building blocks to support developers with Domain-Driven Design, CQRS and Event Sourcing in their application.

Axon Server provides a dedicated routing solution and Event Store, further supporting a micro services oriented style of software development.

578 questions
-1
votes
2 answers

Axon 4 - Kafka ext 4.0.RC3 gives start up error

Got below setup and it works perfectly fine when 4.0-RC2 version is used. Howver it gives startup error when we we try to use latest version 4.0.RC3. *************************** APPLICATION FAILED TO START *************************** Description: A…
-1
votes
2 answers

How can i solve the problem Axon server Stream Error

I am implementing CQRS with Axon + Spring Boot. My command handles a long computation which results on a large aggregate. The problem is after some minutes the Axon server seems to cancel the command and after all an error is thrown in axon server,…
Eddy Bayonne
  • 2,448
  • 1
  • 17
  • 23
-1
votes
2 answers

Axon4 - Multi DC active-active support

Problem statement Need to implement active active replication accoross data center for event store. What are the available strategies with Axon framework for both - event store and projection store.
-1
votes
1 answer

Axon Framework AMQP - Doesn't fetches the messages

I have developed Spring Boot + Axon (Bootiful CQRS with Axon) code by taking reference from https://www.youtube.com/watch?v=Jp-rW-XOYzA&list=PLgGXSWYM2FpOa_FTla-x5Wd10dpmgrRC4&index=54 I've placed all by code here:…
Jeff Cook
  • 7,956
  • 36
  • 115
  • 186
-1
votes
1 answer

Exception Exception is not compatible with throws clause in SpringAMQPMessageSource.onMessage(Message, Channel) Axon

I am working on Spring Boot + Axon Framework developing demo explain here: https://www.youtube.com/watch?v=Jp-rW-XOYzA&list=PLgGXSWYM2FpOa_FTla-x5Wd10dpmgrRC4&index=54. In this example I am only using latest dependencies, other stuff I keep the as…
Jeff Cook
  • 7,956
  • 36
  • 115
  • 186
-1
votes
1 answer

How can I get a list of eventprocessor in axon 3.1.1

I am using Axon 3.1.1 and wanted to know, How can I get a list of eventprocessor in my configuration file, I went through the springAmQPmessageSource file but still not sure how to exactly do it. So that I can pass my event to appropriate…
A S
  • 75
  • 8
-2
votes
1 answer

Difference between Axon Framework and Axon server

what is the difference between Axon Framework and Axon Server
abdogh
  • 35
  • 6
-6
votes
1 answer

I GET 404 ERROR IN AXON SAGA IMPLEMENTATION WHEN I SEND POST REQUEST.WHAT MIGHT BE THE REASON?

i implemented SAGA using Axon and Spring Boot.It is simple order and customer service.Everything looks fine,however when i send post request via postman ,i got 404 NOT FOUND.I guess the problem is related to OrderManagementSaga.java Please help…
Kaan Kara
  • 1
  • 1
1 2 3
38
39