Spring Cloud Netflix Spring Cloud Hoxton SR5: Route ordering not maintained even with YML configuration

Describe the bugPrior to Hoxton SR5, routes configured in application.yml were evaluated in the order defined in the con...

Spring Cloud Netflix Could not customize the Sync interval between Eureka peers after a service goes down

Could not customize the Sync interval between Eureka peers .When a service goes down It takes 10 min to for Peer1 to co...

Spring Cloud Netflix DiscoveryClient::getServices doesn't return down services?

I'm using Eureka Server 2.2.3.RELEASE.Trying to debug an issue with Spring Boot Admin and it seems that DiscoveryClient:...

Spring Cloud Netflix Eureka client no longer registers proper port when server.port set to random (ie 0)

Describe the bugLike already described in Issue3294 this issue still remains in newer versions.SampleYou can check my gi...

Spring Cloud Netflix Eureka Server Dashboard is not loading

Local and Server setupapplication.propertieseureka.port=8010server.port=${eureka.port}spring.application.name=eurekaeure...

Spring Cloud Netflix EurekaAutoServiceRegistration isAutoStartup() support configuration

For now, EurekaAutoServiceRegistration.SmartLifecycle isAutoStartup() is alwasy return true.So when spring context is st...

Spring Cloud Netflix Eureka peers in same server over SSL

I have configured two eureka instances in same host Peer1: 127.0.0.1:8761Peer2 : localhost:8762and enabled SSL. Eureka c...

Spring Cloud Netflix Question: Spring data Pageable still not working

I tried to create a feign client for my REST service controller in Spring.@PostMapping("/search")public Page&l...

Spring Cloud Netflix when eureka server return transfer-encoding:chunked, seems eureka client can not parse data

i am using spring-version :springbootversion= "2.0.9.RELEASE"springcloudversion = 'Finchley.SR4'when running a eureka se...

Spring Cloud Netflix how can i declare multiple separate ribbomClient without exceptions?

Describe the bugIf client application communicates with multiple services through restTemplate, how to declare separate ...

Spring Cloud Netflix Caused by: java.lang.NoClassDefFoundError: org/aspectj/lang/JoinPoint

Need help! facing below error, please check pom.xmlCaused by: java.lang.NoClassDefFoundError: org/aspectj/lang/JoinPoint...

Spring Cloud Netflix I think ZonePreferenceServerListFilter is redundant

version=1.3.1.RELEASEgroupId=org.springframework.cloudartifactId=spring-cloud-starter-ribboncom.netflix.ribbon#ribbon-lo...

Spring Cloud Netflix springboot 1.3.2.RELEASE with activiti 5.19.0.2 fails when starting starting the embedded tomcat server

Not able identity why its throwing this issueorg.springframework.context.ApplicationContextException: Unable to start em...

Spring Cloud Netflix Eureka client java.lang.IllegalArgumentException: Host name may not be null

Describe the bugMicroservice A trying to register itself to eureka server by using docker network alias. Both the contai...

Spring Cloud Netflix Exception fallback does not work in zuul

Describe the bugI tried to use fallback with zuul within service inner exception. However zuul does not work and return...

Spring Cloud Netflix 404 null in loadBalanced RestTemplate

Hi.I'm using:- spring boot 2.1.4.Release in the three app:- One Eureka server app- Two Eureka client (client-1 and clien...

Spring Cloud Netflix Multipart file missed when passing zuul

We used spring cloud to build our project. When the multipart request go through the zuul,and arrived the actual servic...

Spring Cloud Netflix Filter to route some requests through an external proxy

I have been trying to find solution for this for days now, My problemzuul: routes: test: path: /test/** se...

Spring Cloud Netflix Error using @loadbalanced restTemplate in @PostConstruct

Describe the bugError using @loadbalanced restTemplate in @PostConstructSample @Bean @LoadBalanced public RestTemplat...

Spring Cloud Netflix @Autowired on LoadBalancerClient is throwing error in Hoxton.SR8 release

Previously were using Spring cloud Finchley.M9 release. We used LoadBalancerClient as like below.import java.net.URI;imp...
上一页 下一页
.