I am building a monolith project using Axon framework. I have a method here that dispatches an event And this is my event handler that might throw an exception My question is, how should I handle the exception? I thought of two things: Should I dispatch an event from the event handler to reverse the transaction? How do I make
Tag: cqrs
Axon in Java app – reacting to event handler errors
Apologies if this has already been covered, I am new to Axon, and I believe I have read through related Axon documentation and scanned through questions and not found anything which covers my question. Here is my query… With Axon, I understand that I can create a command, send it to the gateway, it then forwards it to the correct