-
现在想实现通过agent的增强,对openfeign远程调用做定制化的负载均衡策略。
Spring Cloud 2021.0.0之后的版本使用的是Spring Cloud LoadBalancer进行负载均衡,我找到了一个合适的增强点:
org.springframework.cloud.loadbalancer.core#getInstanceResponse
private Re…
-
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…
-
Explore using Zookeeper via the [Spring Cloud Zookeeper integration](https://cloud.spring.io/spring-cloud-zookeeper/reference/html/). On paper it seems like all the features that were offered by JHips…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
I'm getting ConcurrentModificationException while server startup (stack trace below), is there any way I can avoid it
> java.util.ConcurrentModificationException: null
at java.util.ArrayList$Itr…
-
## Why do you need it?
Is your feature request related to a problem? Please describe in details
### Higress访问网关支持根据请求ip(x_forwarded_for)优先调用服务地址中对应ip的服务
## How could it be?
A clear and concis…
-
如何在springcloud3中开启openfeign对sentinel的支持
springcloud 2.x的配置
```
feign:
sentinel:
enabled: true
```
-
`org.fao.geonet.searching.controller.EsHttpProxy` uses manual http connection handling to query the indexing service at the URL defined by `${gn.index.url}`.
In order for the app to be "cloud nativ…
-
### Search before asking
- [X] I searched the [issues](https://github.com/WeBankFinTech/DataSphereStudio/issues) and found no similar issues.
### DSS Component
dss-plugins
### What happened + Wha…
-
We are looking to of move to Spring Cloud Load Balancer to replace Ribbon. We use Eureka for service discovery and registration.
It looks like as of Spring Cloud Netflix 3.x, the EurekaRibbonCli…