I’m trying to send query across microservices i.e im publishing query from microservice A and handling it using queryhandler in microservice B.
But I’m getting no handler found exception.
Both of them are connected to the same context .
How to solve this if possible?
Are you using axon server?
Yes I’m using axon server
@Jan_Galinski I’m using server
Hi @brunch could you please help me out with this?
Any chance you could post the code which is sending the query and your @QueryHandler here?