-
Hi
I was trying to run the spring-cloud-Netflix project code downloaded from
https://github.com/spring-cloud/spring-cloud-netflix using maven .
When I was running command : _mvn install_. I …
-
**@spencergibb -- Big fan of all the great work that you've been doing on Spring Cloud and hoping you can provide a bit of help on this question. For our application, we need dynamic routing for blue/…
-
The class **org.springframework.boot.context.embedded.FilterRegistrationBean** has been deprecated at version 1.4.X, in favor of the new location **org.springframework.boot.web.servlet.FilterRegistrat…
-
I have a relatively simple turbine setup whereby i have a single app running in a cluster and a turbine node polling eureka for the streams that it needs to aggregate.
Im running a constant load th…
-
This wasn't happening before I updated to Dalston.M1.
As you can see from the stack trace, it's happening when `ConsulDiscoveryClient` is used in a Zuul project.
The problem is that `localResolv…
-
I use Feign Clients, Eureka, Zuul with version Brixton.M4 of Spring Cloud. I didn't add @EnableHystrix and didn't add the starter pom but it seems Hystrix still get picked up by other dependencies. I …
-
Hi,
I want to use Zuul to Api Gateway service and use Zull retryable and fallback at zuul server
but if I used spring boot's version is 1.4.3 the Zull retryable can not to used.
If I changed…
-
In Zuul, we are using the default isolation strategy (semaphore) with out eureka. I have found that we can specify the maxSemaphores like **_zuul.semaphore.maxSemaphores=10_** from this issue (https:/…
-
In Zuul, we are using the default isolation strategy (semaphore) with out eureka. I have found that we can specify the maxSemaphores like **_zuul.semaphore.maxSemaphores=10_** from this issue (https:/…
-
The http client by default decompresses the GZIP data and therefore does not pass on the response exactly as it received from downstream services. This is an issue when the user request compressed (gz…