Nineya
Home
Blog
软著申请
Spring Cloud Netflix Deprecated properties in server.properties file for spring-cloud-netflix-eureka-server
2025-01-28 05:52:46
221
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
2025-01-28 05:52:41
3717
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?
2025-01-28 05:52:35
6533
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
2025-01-28 05:52:29
40113
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
2025-01-28 05:52:24
9041
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
2025-01-28 05:52:17
1002
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
2025-01-28 05:52:07
122269
Comment From: mayurk6951below is my properties file parameters for zuul gateway:server.port = 2020eureka.client.register...
Spring Cloud Netflix Error in EurekaInstance*Event.equals()
2025-01-28 05:51:59
496
查看源码时发现在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
2025-01-28 05:51:54
2779
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
2025-01-28 05:51:49
2475
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
2025-01-28 05:51:44
23118
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?
2025-01-28 05:51:39
3791
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
2025-01-28 05:51:34
14860
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
2025-01-28 05:51:27
2975
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
2025-01-28 05:51:21
7432
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?
2025-01-28 05:51:15
2077
Like:@FeignClient(url=''somethindynamic')public class MyClient{ @RequestMapping(path="somethingDynamic")//s...
Spring Cloud Netflix Zuul error filter
2025-01-28 05:51:09
1675
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
2025-01-28 05:51:04
989
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
2025-01-28 05:50:58
153
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
2025-01-28 05:50:53
4158
This is a similar issue but the solution on this thread doesn't work for me. There is only one eureka instance per repli...
上一页
下一页
1
…
284
285
286
287
288
…
2246
.