-
In [https://github.com/spring-cloud/spring-cloud-netflix/issues/2179](https://github.com/spring-cloud/spring-cloud-netflix/issues/2179), 'WCMIS208' instance is closed, but Eureka is in "self-preservat…
-
I'm trying to ultimately figure out if maxTotalConnections includes both proxy connections and connections to my internal microservices from the Zuul gateway.
-
-
We use Zuul in a number of services. Most use Eureka-discovered services on the backend, but others use direct URI requests. I'm also setting up AWS X-Ray for our services, which is a new request trac…
-
There seems to be an opportunity to cache or otherwise improve the performance of `PropertySourcesPropertyResolver` (see https://github.com/dsyer/spring-boot-startup-bench/blob/master/startup.adoc).
dsyer updated
6 years ago
-
Hi @kakawait ,
I have gone through your code. It is working as expected when I clone your repository and deploy them in a docker container.
Using spring-boot 1.5.7.RELEASE
I want to a…
-
# Question Desc
When I try use ab to make 100 threads to request zuul ,it throw a lot of excetion like it.
# Exception
```
2017-07-12 19:41:13.303 WARN 10693 --- [ XNIO-2 task-9] o.s.c.n.z.filte…
-
I have one UI server (as gateway to resource server), one auth server and multiple resource servers.
The UI server is configured as oauth2 client. When using configure Zuul using zuul: routes: se…
-
Hello,
I created a empty spring boot project for Zuul gateway, and then I added those dependencies:
```xml
org.springframework.boot
spring-boot-starter-actuator
org.springframewo…
Acris updated
7 years ago
-
I have a Zuul configuration as below. The port 8001 is setup to be https. The appa-service and appb-service as well as Spring Boot/Zuul are running on the same server but without Eureka. I have added …