You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/01 13:57:04 UTC

[GitHub] [dubbo] luoxiner opened a new issue #8655: The standard of Http 2 Dubbo transcoding

luoxiner opened a new issue #8655:
URL: https://github.com/apache/dubbo/issues/8655


   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   - [ ] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 2 and 3
   * Operating System version: xxx
   * Java version: xxx
   
   ### Steps to reproduce this issue
   
   Recently, I work on the http2dubbo transcoding, i find there is no unified specification that describe how to make a http request, how to pass the service and method to transcoder, ...  can we make the http 2 dubbo invocation base on the unified standard ? may be we can have a discussion about this, and this work may help gateway developer to implement their own transcoder, and users may use http2dubbo transcoder more conveniently. 
   
   
   Pls. provide [GitHub address] to reproduce this issue.
   
   ### Expected Result
   a unifed standard for transforming http request to dubbo request(and triple), also response !
   
   ### Actual Result
   
   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] EarthChen commented on issue #8655: The standard of Http 2 Dubbo transcoding

Posted by GitBox <gi...@apache.org>.
EarthChen commented on issue #8655:
URL: https://github.com/apache/dubbo/issues/8655#issuecomment-911053983


   > I have made a simple doc, https://www.yuque.com/zikui-gybci/yr7nrf/cle8u0 ,may be we can have a discussion about this.
   
   the doc is 404...


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] luoxiner commented on issue #8655: The standard of Http 2 Dubbo transcoding

Posted by GitBox <gi...@apache.org>.
luoxiner commented on issue #8655:
URL: https://github.com/apache/dubbo/issues/8655#issuecomment-911056062


   > > I have made a simple doc, https://www.yuque.com/zikui-gybci/yr7nrf/cle8u0 ,may be we can have a discussion about this.
   > 
   > the doc is 404...
   
   sorry! The new one  https://www.yuque.com/docs/share/4f82b71e-fa2b-4e65-8007-ba3afe2a1740


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] EarthChen commented on issue #8655: The standard of Http 2 Dubbo transcoding

Posted by GitBox <gi...@apache.org>.
EarthChen commented on issue #8655:
URL: https://github.com/apache/dubbo/issues/8655#issuecomment-910391955


   You can try  use grpc gateway like this `https://github.com/grpc-ecosystem/grpc-gateway` on tri protocol .Because the TRI protocol is GRPC compatible


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] luoxiner commented on issue #8655: The standard of Http 2 Dubbo transcoding

Posted by GitBox <gi...@apache.org>.
luoxiner commented on issue #8655:
URL: https://github.com/apache/dubbo/issues/8655#issuecomment-911047683


   > > You can try use grpc gateway like this `https://github.com/grpc-ecosystem/grpc-gateway` on tri protocol .Because the TRI protocol is GRPC compatible
   > 
   > but there are still many projects use dubbo 2, and update to dubbo3 may take a long time
   
   I mean use grpc gateway is not appropriate for every project


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] luoxiner commented on issue #8655: The standard of Http 2 Dubbo transcoding

Posted by GitBox <gi...@apache.org>.
luoxiner commented on issue #8655:
URL: https://github.com/apache/dubbo/issues/8655#issuecomment-911043579


   > You can try use grpc gateway like this `https://github.com/grpc-ecosystem/grpc-gateway` on tri protocol .Because the TRI protocol is GRPC compatible
   
   but there are still many projects use dubbo 2, and update to dubbo3 may take a long time


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] luoxiner commented on issue #8655: The standard of Http 2 Dubbo transcoding

Posted by GitBox <gi...@apache.org>.
luoxiner commented on issue #8655:
URL: https://github.com/apache/dubbo/issues/8655#issuecomment-911049561


   I have made a simple doc, https://www.yuque.com/zikui-gybci/yr7nrf/cle8u0 ,may be we can have a discussion about this.


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org