Hello! I’m new to Axon and am planning to create microservices that do not share a common library. However, I’m currently encountering a “no handler for command” error. Could someone point me to the right direction, on how to solve this issue?
Likely you copied the command messages, but they are in another package? It’s important the package name is the same. Typically, you have api modules in the microservices, which contain the messages other services can use.