nacos-group / nacos-sync

Service Sync component
Apache License 2.0
292 stars 144 forks source link

support batchRegisterInstance of nacos2.x for develop branch #336

Open zrlw opened 10 months ago

zrlw commented 10 months ago

try to fix https://github.com/nacos-group/nacos-sync/issues/307 at develop branch

zrlw commented 8 months ago

088088cc031081c2e304 这个review没有提交,pending状态的review只有提交者自己可见啊 我这里回复一下: dubbo3服务级别的实例包含两部分内容,一部分是原来的instance,另一部分是元数据中心,客户端访问dubbo服务不仅需要注册中心返回instance,还需要元数据中心返回服务元数据。当nacos作为注册中心时,默认元数据中心就是nacos注册中心自带的配置管理服务,这个PR只实现了注册中心自带配置管理服务的服务实例元数据同步。

luoxiner commented 5 months ago

Can we add configuration synchronization to support Dubbo meta migration? Support for configuration synchronization will cover more scenarios and it looks more generic.

zrlw commented 4 months ago

Can we add configuration synchronization to support Dubbo meta migration? Support for configuration synchronization will cover more scenarios and it looks more generic.

maybe this pr is just meeting our needs. you might provide a new PR for configuration synchronization?