.
- 基本调用: 默认使用二方包的形式
- 注解
@Autowired
@DubboReference
- xml配置
- spring @Autowired 使用
- 注解
- [-] 配置参数 --看下DubboReference和DubboService注解足够了
- 异步调用或执行
- 隐式参数传递 / 上下文信息
- [later] 回调
https://github.com/apache/dubbo-samples/blob/master/2-advanced/dubbo-samples-callback
- [later] 调用链 chain
- 泛化调用
https://github.com/apache/dubbo-samples/tree/master/2-advanced/dubbo-samples-generic
- [cutoff] 限流 sentinel (一般微服务直接包掉了)
- 序列化和反序列化
- [cutoff] 事务
- [cutoff] 分组服务 (目前用不到)
- 参数效验