-
**What happened**:
当使用grpc的Context时, 无法将值从客户端传递到服务端
**What you expected to happen**:
**How to reproduce it (as minimally and precisely as possible)**:
dubbo-go@v1.5.7-rc2
``…
-
## Why do you need it?
Is your feature request related to a problem? Please describe in details
Design the Discoverer interface, with target group
```golang
type Discoverer interface {
Run(c…
-
**What happened**:
Java调用Golang Provider时, Golang Provider返回的响应结构体中包含指针类型(`*int64`, 对应Java的`java.lang.Long`)字段, 客户端无法解析.
将Golang Provider响应体中的指针字段改为非指针类型, 或者改为`*bool`即可正常工作.
**What you expected…
-
## 目标
- 完成client和service的底层http2通信通道的建立
- 完成数据的传递和调用
- 抽象通道,将来可以无缝支持更多的协议扩展的能力
## TODO
-
-
请问下可以提供下ons的demo吗
目前单元测试里面只有kafka的 好像没给ons的
-
### 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) and f…
-
> `sentinel+dubbo`如何实现dubbo远程调用异常时全局的降级或熔断,尝试过[sentinel-demo-dubbo](https://github.com/alibaba/Sentinel/tree/master/sentinel-demo/sentinel-demo-dubbo)无法实现全局`fallback`,测试代码如下
**测试环境**
* springcloud…
-
Hello, community
I am writing to introduce a proposal of supporting short-circuit in Dubbo. This is a feature that the community desperately needs.
Some discussions about this feature recently:
…
-
#### Environment
``` text
spring-cloud:Hoxton.SR3
spring-boot:2.2.5.RELEASE
spring-cloud-alibaba-version:2.2.1.RELEASE
```
#### Configuration
##### provider
```yml
server:
p…