apache / dubbo-kubernetes

The Dubbo Kubernetes integration.
https://dubbo.apache.org/
Apache License 2.0
170 stars 76 forks source link

Code review and test for Universal mode #278

Open chickenlj opened 4 months ago

chickenlj commented 4 months ago

image

源码与流程调试和增强

bootstrap 初始化核心内容(参考 initTraditional 方法)

TraditionalStore(依赖 dpCache)

可以分别启动 zookeeper、nacos,使用 apache/dubbo-go-samples 或者 apache/dubbo-samples 中的示例来做验证

示例与单测编写

chickenlj commented 4 months ago

https://dubbo-next.staged.apache.org/zh-cn/blog/2021/06/02/dubbo3-%E5%BA%94%E7%94%A8%E7%BA%A7%E6%9C%8D%E5%8A%A1%E5%8F%91%E7%8E%B0/

在这里可以了解服务发现,对应代码里的 mapping/metadata 部分