-
Hi,
I see the starter project for spring boot based liberty project uses,
3 types of artifacts for **"net.wasdev.wlp.starters.springbootweb"** with scope **provided,compile and runtime.**
Why c…
-
Hi,
this is more of a question than a real issue.
Currently our setup uses spring-cloud Camden.SR5 and has Eureka server where we have registered one Spring Boot microservice in it. We have API Gate…
-
In my application i want to search service with service id but my zuul is not connecting with eureka service, can any one help me out.
1. when i hit http://localhost:8761/ then zuul is not showing…
-
Hi, i am using the spring-cloud-zuul to access spring-boot-admin, and get below error:
`Unable to connect to Command Metric Stream 'api/turbine/stream?cluster=default'.
Error: {"isTrusted":true}`.
…
suimi updated
7 years ago
-
spring cloud version: Dalston.RELEASE
zuul config:
zuul.retryable=true
ribbon.restclient.enabled=true
ribbon.MaxAutoRetries=0
ribbon.MaxAutoRetriesNextServer=1
ribbon.OkToRetryOnAllOperations=t…
-
when I upgrade cloud version ,My API gateway throws following exception.
spring-cloud.version: Dalston.RELEASE
spring-boot.version: 1.5.3.RELEASE
spring.consul.version: 1.2.0.RELEASE
```
…
-
Hi,
[INFO] +- org.springframework.cloud:spring-cloud-starter-zuul:jar:1.3.2.RELEASE:compile
I see a difference in how SimpleHostRoutingFilter and DynamicServerListLoadBalancer handle the https p…
-
Hi,
I am unable to run my spring application which is a netflix-zuul based. I am running it using tomcat.
`13-Aug-2017 12:41:18.835 SEVERE [RMI TCP Connection(2)-127.0.0.1] org.apache.catalina.c…
-
i have a use case where if **"/logout"** request came to the filter i do not want to redirect it to the back-end service is there anyway to archive this below is my filler class
```
public class Log…
-
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