Axon with Feign

Hi,
I guess that there is a problem when using Axon framework with Feign. Is that true?
Thank You

Not that we are aware of. What problems are you bumping into?

Sometimes, I get informations from feign client and sometimes no (and m’y service is up ) so it returned the fallback and went to the next Line of code “commandGateway.send(command)”. When I remove that Line of code mentioned feign worked very well. I don t know if there is a problem.
Thank you