Snow-kal commented on code in PR #3212: URL: https://github.com/apache/dubbo-go/pull/3212#discussion_r2802641428
########## protocol/dubbo3/internal/server.go: ########## Review Comment: 简单概括一下,大概是这些 protocol/dubbo3/internal/client.go Dubbo3 客户端初始化,完成服务发现、调用参数封装,为 RPC 调用做准备 protocol/dubbo3/internal/server.go Dubbo3 服务端启动逻辑,实现 SayHello 服务,绑定端口并监听客户端请求 protocol/grpc/internal/helloworld/client.go gRPC 基础客户端,建立连接,用于发起普通 gRPC 请求 protocol/grpc/internal/routeguide/client.go gRPC 流式客户端示例,实现服务端流、客户端流、双向流三种通信模式 -- 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]
