-
无法识别微服务框架servicecomb中的@RestSchema注解的接口,能否适配一下
-
#### 背景
servicecomb的qps-flowcontrol-provider提供了针对于服务粒度和接口粒度的流控配置,当超过流控阈值后,接口会调度失败,servicecomb默认的health接口一般用于检测服务当前状态
#### 问题
当health接口触发流控后,可能导致误判将对应服务实例下线导致流量受损等情况
#### 诉求
服务开启流控功能后,health接口默认…
-
## 尝试过Linux版本:
- ubuntu 22、20
## mongoDB版本:
- 6.0.8
## 报错信息:
`
servicecomb-kie_1 | panic: 2023-08-01 08:00:58.779 +00:00 FATAL mongo/mongo.go:237 failed to create collection with validation
…
-
org.apache.servicecomb.swagger.invocation.exception.InvocationException: InvocationException: code=500;msg=CommonExceptionData [message=Get schema contents fail from all latest version.]
![image](h…
-
Hello, I am trying to make the Saga part of Servicecomb work with Spring Cloud Netflix Eureka. Sadly nothing happens when I send a request which should start the Saga and set the transaction in motion…
-
servicecomb-mesher 最新 tag 为 v1.6.3
使用的go-chassis 版本为 1.6.1 什么时候会更新到 go-chassis v2.X 版本。 本来还想用go-chassis呢,一看servicecomb-mesher要当作api网关呢, 一看两者版本差距这么大。会有影响吗?
-
下载`servicecomb-samples`代码后,参考`https://github.com/apache/servicecomb-samples/tree/master/java-chassis-samples/springmvc-sample`教程运行`provider`和`consumer`,`consumer`运行失败,报错如下所示:
```
Exception in thread…
-
代码本来使用了ServiceComb版本2.8.6,切换为SpringMVC 版本5.3.31后,发现有一个上传文件的接口效率下降了
业务代码如下
```java
@ResponseBody
@PostMapping(value = "/uploadFile", produces = MediaType.MULTIPART_FORM_DATA)
public …
-
你好,咨询个问题,我有个依赖包里包含vendor目录,目录下存在vendor.json文件以及第三方包,即
```
vendor
------vendor.json
------github.com/...
```
vendor.json部分内容如下
```
{
"checksumSHA1": "1q1S5NlaZd0rxHUGyCse7UWQmCw=…
-
In git action, only check build on jdk8,not verify other version.
Add the compilation verification of the mainstream jdk version
We can refer to the configuration of this project
https://github.c…