MasterKenway opened a new issue #247:
URL: https://github.com/apache/dubbo-go-pixiu/issues/247


   Currently, the implement realized with @ztelur 's idea.
   
   - Use  default grpc transcoding strategy mentioned in the Google docs to 
find the service behind 
[link](https://cloud.google.com/endpoints/docs/grpc/transcoding)
   - Get service and method from proto files, use 
[jhump/protoreflect](https://github.com/jhump/protoreflect), refer to 
[grpcurl](https://github.com/fullstorydev/grpcurl)'s implement
   - Init descriptors in the function `Handle()` in `grpcproxy` filter
   - Cache Connection object with sync.Pool and extension resigstry
   - Finally, everything is ready for invoking


-- 
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]

Reply via email to