-
### Search before asking
- [X] I have searched the existing [issues](https://github.com/arextest/arex-agent-java/issues) before asking.
### AREX Test Service
AREX Java Agent (arextest/arex-agent-j…
-
项目原先集成了spring-cloud-starter-openfeign,我想把它改造成dubbo,我在当前工程中引入spring-cloud-starter-dubbo 在没做任何其它操作时,项目启动碰到了问题:
The project was originally integrated with Spring-cloud-starter - Openfeign, which I wante…
-
**Resume**
Discussion about default client performance of spring-cloud-openfeign
**Versions**
Java 17
Springboot 2.7.18
spring-cloud-dependencies 2021.0.8
**Scenario**
During a performan…
-
注册中心是nacos,然后webframework是goframe,并且orm使用的是goframe自带的orm,远程调用有grpc和类似openfeign的ghttp
-
## CVE-2021-22044 - High Severity Vulnerability
Vulnerable Library - spring-cloud-openfeign-core-2.0.0.RELEASE.jar
Spring Cloud OpenFeign Core
Library home page: https://www.spring.io
Path to depend…
-
Allow making request body optional. This relates to https://github.com/OpenFeign/feign/pull/583. See [comment](https://github.com/OpenFeign/feign/pull/583#issuecomment-636326555).
We have an open […
-
-
**现在有这样一个需求, 我在A服务中调用B服务, 但是B服务要求每秒总请求不能超过60QPS,
例如,如下Feign客户端, 我应该怎么写才能实现对类中所有方法的总QPS进行限制
还有一种按分钟的, 每分钟不能超过2000QPS应该怎么实现**
```
import org.springframework.cloud.openfeign.FeignClient;
import o…
-
В Controller можно openfiegn использовать сильно проще
Достаточно использовать возможности спринга, в самом openfeign есть дефолтная реализация экземпяра
-
Using ` implementation "io.opentracing.contrib:opentracing-spring-jaeger-cloud-starter:3.2.2"` I upgraded to the new `mavenBom "org.springframework.cloud:spring-cloud-dependencies:2020.0.0"`
s…