-
With version master, Req_URL for response (HTTP Status Code) are empty in Kafka message.
Use case : record an application without Reason Phrase in HTTP Status
```
HTTP/1.1 200
Content-Type: app…
-
Using Jersey for the REST layer in a project, I've got a dependency conflict when using Spring Cloud as follow:
```
org.springframework.cloud
…
nodje updated
3 years ago
-
### Summary
From what I can tell the recently added SAML2 support only supports Spring MVC or more generally servlet based requests. Any plans to add spring-webflux support?
-
Because SC Gateway is based on Spring WebFlux, but our connectors depend on Spring Security for OAuth (S2OAuth), which depends on Spring MVC, it has been found that SCS client apps are not compatible …
-
Hey guys, first of all thanks so much for the repo, amazing examples.
Second, I'm opening this issue to improve the usage of netflix-oss usage in the examples provided. Take for example the [Comments…
-
We are trying to instrument our microservices using x-ray java agent. Our microservices are implemented using Spring Boot framework. For other microservices, we accomplished the auto instrumentation u…
-
When Running Zuul Push Server in SSE (Server Sent Events), Push Protocol is not working correctly.
### Problem Description
Messages mentioned below are never received by the client:
1. [`com.netf…
-
# 背景
目前的网关是基于`Spring Boot 1.5.x` 和`Tomcat 8.5.x`构建,采用多线程阻塞模型,也就是说每个请求都会占用一个独立的线程资源,而线程在JVM中是一个相对比较重的资源。当应用是CPU密集型的或者说依赖的远程服务都正常工作时,这种模型能够很好的满足需求,但一旦后端服务出现了延迟,比如慢查询、FullGC、依赖的第三方接口出问题等情况,线程池很容易被打满,使得整…
-
We're moving away from zuul to spring cloud gateway mvc. Earlier we used to get the routes with /actuator/routes endpoint, but now with gateway mvc I'm unable to get the list of routes defined via /ac…
-
Hello,
Does anyone faced the below error?
we are using Netflix/ Zuul versions
"com.netflix.zuul:zuul-core:1.3.1"
"com.netflix.zuul:zuul-netflix:1.3.1"
and the piece of backend code behind the …