This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 4ab1441df Fix zookeeper mapping key (#2711)
4ab1441df is described below

commit 4ab1441dfc5d30f6c6bac5400f8618fadefa0b46
Author: Ken Liu <[email protected]>
AuthorDate: Sun Jul 21 16:33:41 2024 +0800

    Fix zookeeper mapping key (#2711)
---
 metadata/report/zookeeper/report.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/metadata/report/zookeeper/report.go 
b/metadata/report/zookeeper/report.go
index 93dde1bac..59ff3e763 100644
--- a/metadata/report/zookeeper/report.go
+++ b/metadata/report/zookeeper/report.go
@@ -263,6 +263,6 @@ func (mf *zookeeperMetadataReportFactory) 
CreateMetadataReport(url *common.URL)
        }
 
        reporter.cacheListener = NewCacheListener(rootDir, reporter.listener)
-       
reporter.listener.ListenConfigurationEvent(rootDir+constant.PathSeparator+metadata.DefaultGroup,
 reporter.cacheListener)
+       
reporter.listener.ListenConfigurationEvent(rootDir+metadata.DefaultGroup, 
reporter.cacheListener)
        return reporter
 }

Reply via email to