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
start general/dubbo/go-server in IDE, make sure ”working directory" points to "general/dubbo/go-server", and config "environment" to "CONF_PROVIDER_FILE_PATH=conf/server.yml" in Intellij Idea's "Run/Debug Configurations"
What happened:
Use https://github.com/apache/dubbo-go-samples/tree/master/general/dubbo/go-server as an example:
start general/dubbo/go-server in IDE, make sure ”working directory" points to "general/dubbo/go-server", and config "environment" to "CONF_PROVIDER_FILE_PATH=conf/server.yml" in Intellij Idea's "Run/Debug Configurations"
Observe https://github.com/apache/dubbo-go/blob/master/config/config_loader.go#L318, zookeeper's metadata reporter can be initialized successfully.
However, breakpoint at https://github.com/apache/dubbo-go/blob/master/metadata/report/zookeeper/report.go#L55 will not stop, that means metadata report doesn't work.
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: