Spring Cloud Netflix Deprecated properties in server.properties file for spring-cloud-netflix-eureka-server

META-INF/server.properties file contains deprecated property spring.http.encoding.force=falseIt may be changed to server...

Spring Cloud Netflix task supervisor timed out

When the application is running for some time (Maybe some hour or 1 day). The error occurred. 2020-09-15 23:59:33,806 [...

Spring Cloud Netflix Is the /actuator/pause endpoint changing its behaviour?

I noticed a change in behavior for this endpoint after we decided to upgrade Spring Cloud (Finchley.SR2 -> Hoxton.SR7...

Spring Cloud Netflix Eureka Client: Cannot execute request on any known server after deploying on standalone tomcat server

I have configured eureka server app and deployed successfully on standalone tomcat server as war file, but I have an err...

Spring Cloud Netflix Support jersey 2 for eureka

Using Jersey for the REST layer in a project, I've got a dependency conflict when using Spring Cloud as follow: <d...

Spring Cloud Netflix Client rest end point '/actuator/service-registry/instance-status' not working any more after upgrade to Hoxton.SR5

We are using client side rest end point '/actuator/service-registry/instance-status' to do blue/green deployment. Befo...

Spring Cloud Netflix not able to call registered service with eureka server from zuul gateway

Comment From: mayurk6951below is my properties file parameters for zuul gateway:server.port = 2020eureka.client.register...

Spring Cloud Netflix Error in EurekaInstance*Event.equals()

查看源码时发现在master分支上org/springframework/cloud/netflix/eureka/server/event/EurekaInstanceCanceledEvent.java、EurekaInstanceRe...

Spring Cloud Netflix Custom reactive health indicator not being called in Eureka Client / Webflux app

I was using Sidecar, but now am trying to move my micro-service to webflux.Pom looks like: <parent> <...

Spring Cloud Netflix @Autowired on LoadBalancerClient is throwing error while starting the microservice

Previously I was using spring-cloud-netflix-ribbon:2.0.0.M8 and the below code was working fine. import java.net.URI;imp...

Spring Cloud Netflix Edgware.RELEASE java.lang.NoClassDefFoundError: com/netflix/hystrix/contrib/javanica/aop/aspectj/HystrixCommandAspect

Hello,I just upgraded to Spring boot 1.5.9 and Spring Cloud Edgware.RELEASE and I got this exception.2017-12-30 01:04:33...

Spring Cloud Netflix How to set proxy for routing server in zuul?

Hi,My pc is using proxy server when connect network, and I ran spring-cloud-netflix-zuul in that.I set gradle and java p...

Spring Cloud Netflix Correctly Configure Eureka Client Hostname On Cloud Foundry

I deployed a Eureka Client to cloud foundry, however when it registers with the Eureka server (also running on CF) it do...

Spring Cloud Netflix Ribbon and tests with context

Hi,I noticed unexpected behaviour while testing Ribbon. I have two tests with separate, different contexts. During the t...

Spring Cloud Netflix Spring Boot Ribbon listOfServers Placeholders Not Refreshing

I have a Spring Boot application that is using Zuul w/Ribbon that is not forwarding requests to newly updated listOfServ...

Spring Cloud Netflix Can I make url and path of feign client dynamic?

Like:@FeignClient(url=''somethindynamic')public class MyClient{ @RequestMapping(path="somethingDynamic")//s...

Spring Cloud Netflix Zuul error filter

In Zuul if exception happened during filtering, routing, etc -- this exception can be logged by error filter. (For more ...

Spring Cloud Netflix Any plan to support Netflix Ribbon for Spring Cloud 2020

Hello Spring Cloud Team,I just found Ribbon has been removed in 2020.M3, does it mean Ribbon would not be used as load b...

Spring Cloud Netflix Remove spring-cloud-core module

The module has already been deprecated in favour of spring-cloud-hystrix. Should be removed in 3.0.Comment From: OlgaMac...

Spring Cloud Netflix Eureka server Unavailable replicas on swarm

This is a similar issue but the solution on this thread doesn't work for me. There is only one eureka instance per repli...
上一页 下一页
.