-
### Environment
* Dubbo version: 3.2.11
* Operating System version: Apple M2 chip macOS 14.2.1
* Java version: OpenJDK 64-Bit Server VM (build 21.0.2+13-58, mixed mode, sharing)
### Reprod…
-
有一些现成的grpc服务,通过istio注册暴露服务协议。
在dubbo服务中,如果访问到这些grpc服务,在官方的mesh demo中,没有找到这种场景的例子,只有dubbo-dubbo,没有dubbo-grpc。
想要达到的目标是,在dubbo客户端中,通过@DubboReference注解,就能访问到现有的grpc服务
hebrd updated
8 months ago
-
**Which Component**
Dubbo
**Describe the bug**
1. the 0.9.0 version uses @dubbotransported () to find that it does not appear to have been invoked through Dubbo because the service provider's Rp…
-
时过境迁,dubbo中博客标签下的一文 [Sentinel 为 Dubbo 服务保驾护航](https://dubbo.incubator.apache.org/zh/blog/2018/07/27/sentinel-%E4%B8%BA-dubbo-%E6%9C%8D%E5%8A%A1%E4%BF%9D%E9%A9%BE%E6%8A%A4%E8%88%AA/)已经过时。最近我测试整合dubbo3.…
-
### Pre-check
- [X] I am sure that all the content I provide is in English.
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue…
-
完成的错误如下,麻烦帮忙看看,谢谢!
Exception in thread "main" io.fabric8.kubernetes.client.KubernetesClientException: Operation: [get] for kind: [Endpoints] with name: [dubbo-samples-apiserver-provider] in namespace…
-
### Describe the bug
A clear and concise description of what the bug is.
There are two official images, sofastack/e2e-dubbo-provider:0.2.1 and sofastack/e2e-dubbo-consumer:0.2.1. The dependency …
-
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
## Ask your question here
I try to start `dubbo-sample…
YunWZ updated
7 months ago
-
problem 1:
```
dubbogo-cli-v2 show --r zookeeper --h 127.0.0.1:2181
2022/03/16 16:27:53 Connected to 127.0.0.1:2181
2022/03/16 16:27:53 Authenticated: id=72060066796601349, timeout=15000
2022/03…
-
看了seata-sample-tcc的demo,里面只有dubbo和sofa的远程调用演示,请问是否支持Feign的远程调用?