DMwangnima opened a new pull request, #2329: URL: https://github.com/apache/dubbo-go/pull/2329
1. Core code See /protocol/grpc_new 2. How to use protoc-gen-connect-go Compile /protocol/grpc_new/protoc-gen-connect with name grpc-gen-connect-go, then move this file to GOPATH eg: /usr/local/go/bin. Then, execute this command in dubbo-go dir. `protoc --go_out=. --connect-go_out=. --go_opt=paths=source_relative --connect-go_opt=paths=source_relative ./protocol/grpc_new/connect/proto/connect/ping/v1/ping.proto ` 3. Current progress and follow-up plans Successfully adapted the Connect protocol to dubbo-go. Protocol details will be adjusted and cross-testing will be added in the future. -- 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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org