KamToHung commented on code in PR #3034:
URL: https://github.com/apache/dubbo-go/pull/3034#discussion_r2483755208
##########
protocol/dubbo3/internal/client.go:
##########
@@ -21,6 +21,7 @@ import (
"dubbo.apache.org/dubbo-go/v3/config"
)
+// TODO: After the config is removed, remove the test
func init() {
// for pb client
Review Comment:
> pls add corresponding test in new api
dubbo3只有config api方式,现在用new triple代替了。加了TODO后续移除
##########
protocol/dubbo3/internal/server.go:
##########
Review Comment:
> pls add corresponding test in new api
dubbo3只有config api方式,现在用new triple代替了。加了TODO后续移除
--
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]