Volunteer help
Sometimes, We just have one zookeeper or nacos cluster, but there are many ShenYu instances for different env or business, and the data is isolated. Maybe ShenYu sync data center save the data's identity with instance info.
eg:
shenyu
├──{instanceName or Instance Id}
├ ├──regsiter
├ ├ ├──metadata
├ ├ ├ ├──${rpcType}
├ ├ ├ ├ ├────${contextPath}
├ ├ ├ ├ ├──${ruleName} : save metadata data of MetaDataRegisterDTO
├ ├ ├──uri
├ ├ ├ ├──${rpcType}
...
Volunteer help
Sometimes, We just have one zookeeper or nacos cluster, but there are many ShenYu instances for different env or business, and the data is isolated. Maybe ShenYu sync data center save the data's identity with instance info.
eg: