nacos-group / r-nacos

Nacos server re-implemented in Rust.
https://r-nacos.github.io/docs/
Apache License 2.0
914 stars 98 forks source link

提供java,go,rust,.net,python等不同语言的nacos使用样例 【欢迎共建】 #48

Open heqingpan opened 7 months ago

heqingpan commented 7 months ago

计划提供java,go,rust,.net,python等不同语言的nacos使用样例,方便有需要的用户能快速使用。

样例目录: sdk-examples/$Language/[$SDK/]$ExampleName

支持按单个语言,单个sdk样例共建。

共建的同学可以在本issue留言备注自己准备补充什么sdk-example,完成之后再发起PR 。

dongfangx commented 3 months ago

优先支持nacos-config-spring-boot-starter 集成,不然Java用户,怎么使用的起来?

heqingpan commented 3 months ago

接口兼容,默认就是支持的。

如果你只是想找样例可以参考 https://github.com/nacos-group/nacos-examples

heqingpan commented 3 months ago

@dongfangx 已在sdk-exmaple增加的nacos-config-spring-boot-starter样例,亲测有效。

heqingpan commented 3 months ago

补充了一个dubbo v3.x + r-nacos的样例工程: https://github.com/nacos-group/r-nacos/tree/master/sdk-examples/java/dubbo_v3.x