AlexStocks commented on code in PR #489: URL: https://github.com/apache/dubbo-go-samples/pull/489#discussion_r1073069486
########## generic/README_zh.md: ########## @@ -50,3 +50,47 @@ cd $ProjectRootDir/generic/default/go-server/cmd \ cd $ProjectRootDir/generic/default/go-client/cmd \ && go run client.go ``` + +## 将示例由接口级服务发现切换至应用级服务发现 + +1. 修改服务端 go-server 的配置文件,增添字段 `registry-type: service` Review Comment: the same. pls add a blank line here. and check other places too. -- 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]
