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 2022/10/31 02:34:12 UTC

[GitHub] [dubbo-js] hufeng opened a new issue, #305: dubbo3 - http2 handler and transporter

hufeng opened a new issue, #305:
URL: https://github.com/apache/dubbo-js/issues/305

   ## 目标
   
   - 完成client和service的底层http2通信通道的建立
   - 完成数据的传递和调用
   - 抽象通道,将来可以无缝支持更多的协议扩展的能力
   
   ## TODO


-- 
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.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-js] godkun commented on issue #305: dubbo3 - http2 handler and transporter

Posted by GitBox <gi...@apache.org>.
godkun commented on issue #305:
URL: https://github.com/apache/dubbo-js/issues/305#issuecomment-1328792377

   MVP版本任务
   
   1、实现client和server的一元通信功能并完善文档和单元测试
   2、实现client和server的客户端流式通信功能并完善文档和单元测试
   3、实现默认认证方式和无认证功能并完善文档和单元测试
   
   


-- 
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-js] hufeng commented on issue #305: dubbo3 - http2 handler and transporter

Posted by GitBox <gi...@apache.org>.
hufeng commented on issue #305:
URL: https://github.com/apache/dubbo-js/issues/305#issuecomment-1316549404

   o( ̄▽ ̄)d
   
   godkun 在 2022年11月16日 星期三 09:57:14 (+08:00) 写道:
   
   
   
   http2 handler and transporter 参考学习资料
   
   https://nodejs.org/docs/latest-v14.x/api/http2.html#http2_class_http2session
   【Dubbo】Transport 层实现 【Dubbo】Transport 层实现
   https://github.com/apache/dubbo-rust/tree/main/dubbo/src/triple/transport
   https://github.com/apache/dubbo/tree/3.1/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/transport
   
   —
   Reply to this email directly, view it on GitHub, or unsubscribe.
   You are receiving this because you authored the thread.


-- 
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-js] hufeng commented on issue #305: dubbo3 - http2 handler and transporter

Posted by GitBox <gi...@apache.org>.
hufeng commented on issue #305:
URL: https://github.com/apache/dubbo-js/issues/305#issuecomment-1328789238

   Nice
   
   godkun 在 2022年11月28日 星期一 17:38:21 (+08:00) 写道:
   
   
   
   通信:https://www.mubucm.com/doc/3b0mGvLsV9I
   
   认证:https://www.mubucm.com/doc/ypqbGKXA9I
   
   —
   Reply to this email directly, view it on GitHub, or unsubscribe.
   You are receiving this because you authored the thread.


-- 
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-js] godkun commented on issue #305: dubbo3 - http2 handler and transporter

Posted by GitBox <gi...@apache.org>.
godkun commented on issue #305:
URL: https://github.com/apache/dubbo-js/issues/305#issuecomment-1328788221

   通信:https://www.mubucm.com/doc/3b0mGvLsV9I
   
   认证:https://www.mubucm.com/doc/ypqbGKXA9I
   


-- 
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-js] godkun commented on issue #305: dubbo3 - http2 handler and transporter

Posted by GitBox <gi...@apache.org>.
godkun commented on issue #305:
URL: https://github.com/apache/dubbo-js/issues/305#issuecomment-1316173069

   http2 handler and transporter 参考学习资料
   
   1. https://nodejs.org/docs/latest-v14.x/api/http2.html#http2_class_http2session
   2. [【Dubbo】Transport 层实现 【Dubbo】Transport 层实现 ](https://blog.csdn.net/weixin_43934607/article/details/116540459)
   3.  https://github.com/apache/dubbo-rust/tree/main/dubbo/src/triple/transport
   4.  https://github.com/apache/dubbo/tree/3.1/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/transport


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