You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
multi-instances created with endpoint will influences each other's local config snapshot
Describe the bug
multi-instances created with endpoint will influences each other's local config snapshot
each CacheData initialize on startup will read local snapshot to content filed ,but two different instance will share the same local cache config.
Expected behavior
two different instances's local cache will not influence each other.
Acutally behavior
two different instances's local cache will influence each other and it will result in a extra notificaiton.
How to Reproduce
Create two NacosConfigService with two different endpoint and no namespace appointed and subscribe same dataId and group , it will notify once on startup.
The text was updated successfully, but these errors were encountered:
multi-instances created with endpoint will influences each other's local config snapshot
Describe the bug
multi-instances created with endpoint will influences each other's local config snapshot
each CacheData initialize on startup will read local snapshot to content filed ,but two different instance will share the same local cache config.
Expected behavior
two different instances's local cache will not influence each other.
Acutally behavior
two different instances's local cache will influence each other and it will result in a extra notificaiton.
How to Reproduce
Create two NacosConfigService with two different endpoint and no namespace appointed and subscribe same dataId and group , it will notify once on startup.
The text was updated successfully, but these errors were encountered: