I am trying to use distributed command bus using spring cloud eureka and axon 4.4
I have a Saga coordinator who issues a command to the clients taking part in the saga
All the clients and the saga coordinator are registered on Eureka however I am getting NoHandlerForCommandException while sending a command
Could somebody assist here with the configuration required to get it working, please?
Another question I have is quite a general one
Can distributed command bus works if Kubernates service discovery is used instead of Eureka service discovery?