nacos-group / nacos-sync

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

Nacos Sync doesn't perceive instance metadata change #332

Open nkorange opened 1 year ago

nkorange commented 1 year ago

Currently only instance registration and deregistration can be synced.

zrlw commented 10 months ago

if you're referring to metadata of dubbo instance, you might try this PR (tested on dubbo3 & nacos 2): https://github.com/nacos-group/nacos-sync/pull/336 but dubbo.application.metadata-type of dubbo providers should be set to remote (default value is local).