We use Eureka discovery and have multiple services running inside docker behind Zuul.
Our Turbine service, also behind Zuul, is unable to connect to the service instance if the service has a context-path set.
The url path is created in SpringClusterMonitor
using the host and port but without any context-path.
Is it possible to add this functionality or override the SpringClusterMonitor
as a bean?