Environment:
Axon 3.2Spring boot 1.5.10
Axon distributed command bus enabled using spring-cloud
Scenario:
I’ve noticed that even though I’ve configured spring discovery-client (eureka) & ribbon to retry failing requests for services registered (zuul reverse proxy is working with retries), it seems that axon does not make use of this underlying retry infrastructure but fails immediately with:
Am I perhaps missing some additional configuration or is this facility in axon currently absent?
Thanks,
Dylan