-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
## 背景说明
目前Spring Cloud Alibaba的治理模块已经有服务鉴权,标签路由等功能,为了完善Spring Cloud Alibaba的治理生态,我们还需要研发更多的服务治理相关Feature,离群实例摘除就是其中的一个。离群实例摘除可以在消费者端通过判断请求服务提供者实例的连续错误次数,错误间隔等指标,来将可能有问题的服务提供者实例从服务发现列表中进行剔除
## 如何做
1…
-
After upgrading from Spring boot 2.2.2 to 2.3.3 the feign client in tests are not replaced.
The mocked bean seems to be instantiated but it does not replace the actual FeignClient provided by the app…
-
Resilience4j version: v2.1.0
Java version: 17
This issue can be referred to #560
Unlike the 560, I use: `withFallbackFactory`
The test environment is as follows:
**pom.xml**
```xml…
-
**Introduction**
I'm a multiclass player with lots of arena experience in many different expansion including on cataclysm and including hunter, and want to bring the discussion of the problematic s…
-
- [x] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
一个服务中使用Seata的SAGA模式做分布式事务管理。SAGA模式…
-
## What
The performance is good when we did the local testing, but when we push to our test environment, there are 5~8 users are doing the requests at the same time, our target server became slow a…
-
When using Feign, I implemented an inner controller corresponding to its interface. By separating the Feign interface layer from the business implementation layer, I can ensure that the Feign interfac…
-
We upgraded one of our apps to Spring Boot 3. Now the tracing is no longer working. We looked at the migration guide, but the guide doesn't really give steps for how to get our upgraded app to work …
-
### 当前使用版本(必填,否则不予处理)
mybatis-plus 3.4.1
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
消费MQ信息并批量生成新的对象进行保存,使用IService.saveBatch进行保存
### 重现步骤(如果有就写完整)
有三个表 表一 > 表二 -> 表三
1. 根据请求生成一条表一的数据(包含9个电话号码),同时根…