axon Questions

4

I was looking for a more sophisticated workflow than Saga from AxonFramework -- which we are currently using -- and I found one in Netflix Conductor. Sadly, I have searched the Internet for a dece...
False asked 27/1, 2017 at 21:33

2

I am just starting with the CQRS, Event Sourcing. While examining many frameworks, I have realized that one of the thing most of the frameworks assumed that our application is modelled based on the...

2

Solved

I have been learning about axon and event sourcing and I think I have finally understood part of it and it makes sense in my head, but I want to make sure that my understanding of it is correct and...
Clymer asked 7/1, 2021 at 13:52

1

Solved

Is it possible to scale Axon Framework without Axon Server Enterprise? I'm interested in creating a prototype CQRS app with Axon, but the final, deployable system has to be be free from licensing f...
Caecum asked 14/10, 2019 at 17:27

1

I'm looking into the Axon framework and I'm having a hard time with the automatic persistence of the command state. I've looked at the documentation regarding the command model repository and from...
Doctrinaire asked 20/6, 2019 at 7:6

2

Solved

When running my Spring Boot app which includes Axon 4 I see the following in my output console: Security framework of XStream not initialized, XStream is probably vulnerable. How do I go about s...
Anorexia asked 22/3, 2019 at 11:25

1

Solved

Fair warning: I have no idea what I'm doing, so even the asking of this question may go awry. I'm wanting to update state on a simple object (the Aggregate) and then provide the UI with a projecti...
Chas asked 28/2, 2019 at 20:25

4

Solved

I am creating a simple app using Axon + Spring Boot, just to make sure I understand the basic components in Axon framework before I use it in a real project. There is a method annotated with @Comm...
Indignity asked 18/10, 2017 at 1:20

1

Solved

Having troubles with using Exception thrown in Axon @QueryHandler that is annotated as Spring @ResponseStatus. The original Exception is swallowed by QueryHandler and Axon specific AxonServerRemote...
Anchorite asked 8/2, 2019 at 8:19

3

Solved

I'm having difficulties with my Spring Boot application which is not willing to run. According to logs the reason of this situation is unbound spring.resources.cache-period property. This property...
Impi asked 6/6, 2018 at 15:54

1

Solved

I am working on Spring Boot + Axon example. Following https://www.youtube.com/watch?v=lBKZOTe9QM4&list=PL4O1nDpoa5KTq5QKX9ueK-0QCJ-6Wm_ma link from the youtube and using the latest dependencies...
Dorothi asked 4/11, 2018 at 10:34

3

Solved

I would like to implement CQRS and ES using Axon framework I've got a pretty complex HTML form which represents recruitment process with six steps. ES would be helpful to generate historical sta...
Bitternut asked 8/3, 2018 at 22:45

2

Solved

I am going to make cqrs application using axon.I try to config axon RabbitMq to my application. If add spring-boot-starter-amqp and axon-amqp it make this error. how can I solve this. [ERROR] Test...
Hydroquinone asked 7/1, 2018 at 9:11

1

Solved

I am currently using Jhipster to generate the following components: UAA - Auth Server API Gateway Microservice - Product1 Service Discovery - Consul Other components: Custom Frontend (Angula...
Prinz asked 24/8, 2017 at 13:18

1

We are currently doing some research about CQRS and Event Sourcing and found two major frameworks taking care of these two concerns: Axon Framework and Eventuate. Both are continuesly developed, wh...
Assyria asked 31/3, 2017 at 8:44

3

Solved

Are there any other Java frameworks for CQRS and Event Sourcing other than Axon Framework? I am specifically looking for Java based framework. Must support event sourcing.
Rosewater asked 7/7, 2012 at 22:57

6

Solved

As part of researching CQRS for use with a project, I ran across the Axon Framework, and I was wondering if anyone has any real life experience with it. Just to be clear, I'm asking about the...
Dedededen asked 10/3, 2012 at 13:38

1

Solved

It seems to me that the CQRS (Command and Query Responsibility Segregation) approach might be suitable for implementing a robust and responsive social application server on GAE, because: CQRS doe...
Provencher asked 21/3, 2011 at 23:3
1

© 2022 - 2024 — McMap. All rights reserved.