Nineya
Home
Blog
软著申请
Spring Cloud Netflix Zuul: Request body is dropped if HTTP method is GET
2025-01-28 05:48:35
3058
Hi,Zuul's SimpleHostRoutingFilter drops the request entity if the HTTP isnot one of POST, PUT, PATCH, DELETE (e.g., GET)...
Spring Cloud Netflix Add eureka.client.healthcheck.enabled property to META-INF/additional-spring-configuration-metadata.json
2025-01-28 05:48:30
730
EnhancementCurrently eureka.client.healthcheck.enabled is a hidden property that can be known to be present only by look...
Spring Cloud Netflix How do we resolve placeholders in zuul routes?
2025-01-28 05:48:24
2032
I'm not having any luck with getting placeholders to resolve, is this supposed to work?zuul.routes.bar.url=http://localh...
Spring Cloud Netflix Cookies not passed across requests even with global zuul.sensitiveHeaders set to blank
2025-01-28 05:48:18
2834
HiIn our system we have Auth Service and other microservices behind Zuul Gateway. Initially the auth service sets a coo...
Spring Cloud Netflix EurekaLoadBalancerClientConfiguration not disabled on property eureka.client.enabled=false
2025-01-28 05:48:13
12103
When EurekaClient is disabled through the use of property eureka.client.enabled=false, the EurekaLoadBalancerClientConfi...
Spring Cloud Netflix Eureka client local cache doesn't refresh in a "discovery first bootstrap" scenario
2025-01-28 05:48:04
4866
Describe the bugI've set up 3 spring boot apps:1. discovery (eureka server) listening on port 90002. config server on 90...
Spring Cloud Netflix zuul1 got read timeout when qps suddenly went high with apache http client
2025-01-28 05:47:57
18471
i am using zuul as a simple gateway, configuration file :zuul: routes: openApi: path: /openApi/** stripPre...
Spring Cloud Netflix Override Feign client implementation based on setting
2025-01-28 05:47:47
1965
Is it possible to provide my own implementation of a @FeignClient annotated interface based on a configuration setting? ...
Spring Cloud Netflix CloudEurekaClient being shutdown and re-instantiated
2025-01-28 05:47:41
8992
I'm having an issue where the CloudEurekaClient bean is created twice.I've tried both combinations of Spring Boot 2.1.2....
Spring Cloud Netflix Using Eureka with Blue/Green Deploy inside of PCF
2025-01-28 05:47:34
8489
We are running into an issue where our apps are being registered with a route that is being changed by our blue green de...
Spring Cloud Netflix Registering a service with 2 local Eureka Server instances with Java 9.0.4/Spring v2.0.0 fails
2025-01-28 05:47:29
5132
Possibly relevant dependencies:spring-cloud-starter-netflix-eureka-server\2.0.0.BUILD-SNAPSHOTcom.netflix.eureka\eureka-...
Spring Cloud Netflix Support cert based authentication for eureka server
2025-01-28 05:47:23
914
Is your feature request related to a problem? Please describe.eureka server can be set up by request client cert:server....
Spring Cloud Netflix Feign does not support @PathVariable for path at @FeignClient
2025-01-28 05:47:18
5628
Base interface:public interface SomeEndpoint { @RequestMapping(method = RequestMethod.GET, value = "/check"...
Spring Cloud Netflix Zuul Gateway - Broken Pipe issue for Request Payload more than 4MB (non-fileupload but as a request body)
2025-01-28 05:47:12
4575
Got the below Broken Pipe issue when i am trying to with Payload of size more than 4MB. Appreciate if any insight on wha...
Spring Cloud Netflix Zuul throwing 401 error to connect to api gateway for post
2025-01-28 05:47:06
2168
My node service is trying to connect to api gateway(infront of middleware) via zuul application. The api gateway call ne...
Spring Cloud Netflix Use REST API for registration in Eureka
2025-01-28 05:47:01
2908
It appears that in discovery-first mode, the config client is not updating its location information for the config serve...
Spring Cloud Netflix Eureka client cannot get service instance list when application is using external configuration service
2025-01-28 05:46:53
1590
Describe the bugAfter upgrading to spring cloud Hoxton.SR4 and spring boot 2.2.7.RELEASE. Eureka client cannot get servi...
Spring Cloud Netflix Create integration test for eureka with jersey
2025-01-28 05:46:47
453
Now that #3785 is done, we should have an integration test that makes certain, jersey still works. Likely needs to be in...
Spring Cloud Netflix Feign ignoring @RequestMapping annotations
2025-01-28 05:46:42
4375
I'm having the same issue as described by #405, but I'm opening another issue as the other has been closed. Basically my...
Spring Cloud Netflix can't expose prometheus metrics from spring boot apps registered with spring cloud eureka server
2025-01-28 05:46:36
538
Describe the bugI am trying to implement prometheus monitoring for spring boot apps but my spring boot apps are register...
上一页
下一页
1
…
286
287
288
289
290
…
2246
.