shuiyunwudi
shuiyunwudi
### Bug Description ###Problem Description I need to user service invocation cross k8s and vm environment,so I config consul as nameresolution; when I integrate dapr with istio, I found the...
1、我采用istio 1.11.4和dapr 1.6集成,在k8s上部署应用demo1和demo2,两者进行dapr格式的服务调用,会出现报错。我使用的服务是java写的。然后我查找了dapr 官方github,有个人提出的问题和我遇到的很相似: https://github.com/dapr/dapr/issues/3862, 我的daprd 边车日志: `Dapr.DaprApiException: error invoke actor method: rpc error: code = Unimplemented desc = ......` istio边车日志: `"POST /dapr.proto.internals.v1.ServiceInvocation/CallLocal HTTP/2" 200 NR route_not_found - "-" 0...
1、软件环境版本: consul: 1.8.4 istio: 1.11.4 2、情形描述: 以下是该组件同步自动生成的serviceEntry的完整内容: >> apiVersion: networking.istio.io/v1beta1 kind: ServiceEntry metadata: creationTimestamp: "2022-02-10T08:23:43Z" generation: 3 labels: manager: Aeraki registry: consul name: demo555.service.consul namespace: istio-system resourceVersion: "86920747" uid: fac9b44c-7bf3-40e6-b069-35c112743248...