marsevilspirit commented on code in PR #856:
URL: https://github.com/apache/dubbo-go-samples/pull/856#discussion_r2156063428
##########
metrics/go-server/cmd/main.go:
##########
@@ -56,7 +56,8 @@ func main() {
}
ins, err := dubbo.NewInstance(
dubbo.WithRegistry(
- registry.WithAddress("zookeeper://"+zookeeper+":2181"),
+ registry.WithZookeeper(),
+ registry.WithAddress("127.0.0.1:2181"),
Review Comment:
目前dubbo-go-samples的ci出现了一些问题,可能还要另提一个pr修复一下
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]