Spring Cloud Netflix Zuul: Request body is dropped if HTTP method is GET

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

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?

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

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

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

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

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

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

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

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

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

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

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)

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

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

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

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

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

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

Describe the bugI am trying to implement prometheus monitoring for spring boot apps but my spring boot apps are register...
上一页 下一页
.