-
I would like to deploy my microservices in a clustered way, so there should be 3 instances of a service. If one of these instances goes down, zuul will still proxy every third request to that instance…
ghost updated
7 years ago
-
Hi,
We have build an environment for microservices with the help of Zuul, Ribbon and Hystrix.
Most of the time, it works normally without any exception.
But sometimes, we encountered a situation th…
-
Hi, there seems to be a problem with zuul when error occurs during zuul's routing. It occurs on Spring Cloud Dalston.SR1 release. There are two symptoms.
First, when using Zuul with spring cloud sl…
-
Spring Boot 1.4.4.
We have a production system with a five node cluster running REST endpoints and using the embedded Tomcat container. The cluster serves roughly 600 million REST calls a week.
…
-
I would like to override DefaultLoadBalancerRetryHandler in order to remove the SocketTimeOut exception from the retriable errors for **all ribbon clients including the default** , I am using Dalston…
hodeh updated
7 years ago
-
We have a problem to start spring boot app with admin version 1.5.0+ Please help.
With version 1.5.0 I'm able to start. I think problem appear after you solved this issue
https://github.com/codecent…
-
This is not an Issue, opening this one for clarification.
I have Service Discovery Eureka Set up and I want Zuul as API Gateway, and I want to achieve load balancer.
I have copied below code fro…
-
Struggling to find a clean way to gather the eureka data for a given service id in the context of a zuul filter.
Example Use Case:
Within Zuul, we're looking to write a filter that given a serv…
-
Hi,
I already posted this question on [Stackoverflow](https://stackoverflow.com/questions/44287636/xhr-streaming-fails-spring-zuul-sockjs) on May 31, but didn't receive any answer, so I decided to …
-
Hi all,
I am using zuul to route requests to statically configured services according to the request path.
The services behind zuul are addressed using DNS names. The DNS records can change rathe…