You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/06/28 09:49:18 UTC

[GitHub] [apisix] wenerme commented on issue #7338: feat: As a user, I want to support connect protocol, so that grpc can be access eassier

wenerme commented on issue #7338:
URL: https://github.com/apache/apisix/issues/7338#issuecomment-1168497155

   > what's the benefit of the Connect protocol, compared with the grpc-gateway?
   
   - use grpc-gateway need to predefined every url you want to use. 
   - Connect is a superset of grpc, support grpc , but also support POST json, no predefined url required.
   
   > in this way we can't configure plugins for the method. Maybe it is acceptable in some situations?
   
   It's service level proxy, same as grpc
   
   ```
   /{serviceName}/{methodName}
   ```
   
   > are you willing to work on this feature?
   
   New to apisix, read some source code, but I think I can't do this work.
   
   
   


-- 
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-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org