perf[registry]: custom root path

This commit is contained in:
godotg
2024-03-21 16:13:14 +08:00
parent e2625a45b8
commit a17d9ef270
@@ -130,7 +130,7 @@ public class ZookeeperRegistry implements IRegistry {
}
if (StringUtils.isNotBlank(registryConfig.getPath())) {
rootPath = registryConfig.getPath();
rootPath = StringUtils.trim(registryConfig.getPath());
providerRootPath = rootPath + "/provider";
consumerRootPath = rootPath + "/consumer";
}