Axon Event Handlers de-register/unsubscribe automatically
I have an event handler for the query mechanism and everything works as is in the tests with Axon Server disabled.
But after deploying the Spring application to make it register the event handlers, they are immediately de-registered.
Does anybody have leads what we should look into for this?
Axon Event Handlers de-register/unsubscribe automatically
I have an event handler for the query mechanism and everything works as is in the tests with Axon Server disabled.
But after deploying the Spring application to make it register the event handlers, they are immediately de-registered.
Does anybody have leads what we should look into for this?
Axon Event Handlers de-register/unsubscribe automatically
I have an event handler for the query mechanism and everything works as is in the tests with Axon Server disabled.
But after deploying the Spring application to make it register the event handlers, they are immediately de-registered.
Does anybody have leads what we should look into for this?
Axon Event Handlers de-register/unsubscribe automatically
I have an event handler for the query mechanism and everything works as is in the tests with Axon Server disabled.
But after deploying the Spring application to make it register the event handlers, they are immediately de-registered.
Does anybody have leads what we should look into for this?
Axon Event Handlers de-register/unsubscribe automatically
I have an event handler for the query mechanism and everything works as is in the tests with Axon Server disabled.
But after deploying the Spring application to make it register the event handlers, they are immediately de-registered.
Does anybody have leads what we should look into for this?
Axon Event Handlers de-register/unsubscribe automatically
I have an event handler for the query mechanism and everything works as is in the tests with Axon Server disabled.
But after deploying the Spring application to make it register the event handlers, they are immediately de-registered.
Does anybody have leads what we should look into for this?
Axon Event Handlers de-register/unsubscribe automatically
I have an event handler for the query mechanism and everything works as is in the tests with Axon Server disabled.
But after deploying the Spring application to make it register the event handlers, they are immediately de-registered.
Does anybody have leads what we should look into for this?
Axon EventHandlers de-registers (unsubscribes)
Have an event handler for the query mechanism and everything works as is in the tests with axon server disabled. But after deploying spring application to mgke it register the event handlers and then de registers it immediately, Is there any leads what should be looked uponUsing Axon 4.10.0
Instantiations of an abstract Axon aggregate with `@CreationPolicy()` on command handers which give an `InstantiationException`, bug or feature?
We have a spring boot application with axon framework.
In a project we have 2 Aggregates which are instantiations of the same abstract aggregate.
In short the situation is like this: