-
按照官网(https://docs.go-chassis.com/istio-guides.html)指引配置mesher和istio控制面pilot集成,在配置服务发现没问题,服务可以正常互通。但是想进一步配置路由规则,当按照官网教程配置router.yaml为pilotv2平台后,pod生成会出错误,显示没有安装pilotv2这个路由插件。已和社区owner Xiaoliang.tian沟通过…
-
io.grpc.StatusRuntimeException: UNAVAILABLE: Channel shutdown invoked
at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:222) ~[grpc-stub-1.14.0.jar:1.14.0]
at io.grpc.stub.Clie…
-
CustomVertxRestDispatcher 中引用了 org.apache.servicecomb.core.CseContext,但是在java-chassis-2.0.0中找不到 CseContext了。对应transport = CseContext.getInstance().getTransportManager().findTransport(Const.RESTFUL)如何…
-
使用 cse-solution-service-engine 2.3.63 的版本
某个服务调用其他服务时会出现这样的报错,但是其他服务正常调用时都不会走到这个断点里面
为什么这个服务调用时会触发registerSchema呢
[E]-[]-[Service Center Task [java.util.concurrent.ThreadPoolExecutor$Worker@5280c…
-
**Describe the bug**
app.conf配置外置etcd三节点集群地址,当外置etcd一个节点故障时,无法连接etcd
**To Reproduce**
Steps to reproduce the behavior:
1. app.conf配置外置etcd三节点集群地址
2. 启动外置etcd后,让etcd出现单节点故障,但集群是可服务的
3. 启动servic…
-
采用的是spring boot 1.X 版本 跨服务调用是采用的是springcloud feign ;
jdk 是1.8 ;
alpha 打包命令 : mvn clean install -Ppring-boot-1
serviceComb 是0.3.0 版本
(此版本omega-transport-feign 里面的spring.factories 文件需要改成由org.a…
-
测试发现,服务端在servicecomb.request.timeout或servicecomb.rest.client.connection.idleTimeoutInSeconds时间内未响应,则客户端都会报错
-
我想请教一个问题
服务提供者 地址有一个 List,这个我有办法拿到
我希望,我本次调用,我自己指定调用其中的一个 Instence
问,如何指定???
-
springboot:2.7.2
dubbo:3.0.11
关于servicecomb:2.0.0-2.7.x、2.0.0-2.6.x、1.3.7这几个版本都试过了,皆不可用。
关于CSE参数配置如下图所示:
![image](https://user-images.githubusercontent.com/23376892/187108425-c33967ef-5047-4649…
-