Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
15 views

Axon Version:4.7.6 Memory Leak Issue in EmbeddedEventStore.trimCache() Method There is a memory leak in the EmbeddedEventStore.EventProducer.trimCache() method that causes OutOfMemoryError under high ...
zly's user avatar
  • 1
1 vote
1 answer
130 views

I'm using axon framework 4.12.1 with postgresql (17), flyway and spring boot (3.5.6). Following the recommendations I changed the sql migration files to use bytea instead of oid and configured the ...
MatterOfFact's user avatar
  • 1,735
1 vote
1 answer
117 views

I’m using Spring Boot with Axon (axon-eventsourcing:4.5.8) and want to capture the timestamp of an event inside an aggregate. My handler looks like this: @EventSourcingHandler public void on(FooEvent ...
Edito's user avatar
  • 3,889
0 votes
1 answer
41 views

Using Axon, I have an aggregate that schedules a deadline. The deadline triggers as expected as long as the server is running at the time the deadline was specified for. When I shut the server down ...
Double M's user avatar
  • 1,483
1 vote
2 answers
96 views

In my Spring Boot project, I have a package named com.example.models. I want to relocate this package to com.example.mymodels when running mvn install, how can rename package using maven? I used the ...
sadegh's user avatar
  • 1,654
0 votes
1 answer
103 views

Building upon my 2 previous questions: Using AxonFramework without Spring and with Kafka + PostgreSQL Axon is unable to resolve the Event in the EventHandler I have the following structure: A ...
CronixZero's user avatar
1 vote
1 answer
84 views

[13:26:44 WARN] [org.axonframework.config.DefaultConfigurer]: One of the start handlers in phase [-2147483648] failed with the following exception: 2025-03-22 14:26:44 java.util.concurrent....
CronixZero's user avatar
0 votes
2 answers
95 views

I have latest Spring Boot app, latest Axon Framework, single instance, Postgres as event store, AxonServer community as command and query bus. Lately mentioned event handler below is rarely skipping ...
Vaelyr's user avatar
  • 3,214
0 votes
1 answer
92 views

I'm trying to access the events of my Spring instance that publishes Axon events to Kafka and stores them in PostgreSQL. To accomplish this we created the following interface: public interface ...
CronixZero's user avatar
1 vote
1 answer
117 views

I would like to know if I need to do some message persistence configuration in Kafka, in case I want to do the replay at some point, or if when I trigger the replay it pulls it from the EventStore and ...
user avatar
1 vote
1 answer
85 views

I'm using oracle database as event store and Subscribing Event Processor, when an exception is thrown in one of the event handlers, I want the events to be rolled back, but that does not happen. Here'...
Omar Salem's user avatar
1 vote
1 answer
30 views

I have the problem that the field in the abstract class "uitworpAggregateId" will not be found by the fixture method registerIgnoredField(). But the field "gebeurtenisId" is found. ...
Jan's user avatar
  • 94
2 votes
1 answer
44 views

I am implementing a microservices architecture (MSA) using Axon and Saga in Spring Boot. While setting data in OrderInfoDto when the StartedOrderSagaEvent event handler is executed, I encountered an ...
드가자's user avatar
0 votes
1 answer
67 views

I'm trying to learn Axon Framework/Server for sending events between microservices, so that I can build a saga orchestration pattern. I've already implemented CreateModelCommand and ModelAggregate. I ...
Oğuz Öztınaz's user avatar
0 votes
1 answer
42 views

I am trying to get my application to consume messages from rabbitmq queue but after a message has been added to the queue my application does not consume it and the logs does not show anything. This ...
Jasper's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
42