AlexStocks commented on issue #312: URL: https://github.com/apache/dubbo-go-samples/issues/312#issuecomment-1009862717
suggestion from @LaurenceLiZhixin : ```txt 3.0 没有这个接口,用这个工具:https://github.com/dubbogo/tools/tree/master/cmd/protoc-gen-dubbo3grpc go get -u github.com/dubbogo/tools/cmd/protoc-gen-dubbo3grpc protoc --go_out=. --dubbo3grpc_out=. ./demo.proto 3.0 不推荐用gRPC,推荐直接用triple,可与gRPC互通。 你说的这个gRPC协议是之前用于 1.5 兼容用的。 ``` -- 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]
