mardi 3 octobre 2023

Event Handler of Spring boot project does not capture the Event in Axon Framework

I tried to implement a simple microservice with CQRS design pattern. i used axon framework and spring boot 3.1 for develop this. I divided query and command services into separate projects. At that moment event handler method is not hit by the event. When I check the event in the axon server. It successfully persists there and when I use the same event handler in the command side code base it is successfully working (The query services are working fine for the query handler). Command Service Command Service property file Query Service Query Service property file Shared Event

hope someone will help to find a proper solution on how to hit event handler

Aucun commentaire:

Enregistrer un commentaire