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:32:38 UTC

[GitHub] [dubbo-js] hufeng opened a new issue, #304: dubbo3 - serialization 模块

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

   ## 目标
   
   - 通过对参数metadata,payload进行序列化和反序列化,完成通过transport调用前的数据准备
   - 参考目前triple的http2的spec规范
   
   
   ## 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] songjiachao commented on issue #304: dubbo3 - serialization 模块

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

   参考资料:
   gRPC系列(二) 如何用Protobuf组织内容 | https://zhuanlan.zhihu.com/p/149821222
   -- | --
   gRPC over HTTP2 | https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md
   


-- 
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 #304: dubbo3 - serialization 模块

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

   超哥,给力!可以将感兴趣的小伙伴,拉入进来一起讨论~~
   
   宋加超 在 2022年11月11日 星期五 11:34:26 (+08:00) 写道:
   
   
   
   [ ] 对接invoker模块
   [ ] 解析Context内容
   [ ] 使用ProtoBuf序列化及反序列化
   
   —
   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] xiaopengtang commented on issue #304: dubbo3 - serialization 模块

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

   问题:
   加载proto文件功能设计上,是通过一次性加载制定文件夹下匹配的所有proto文件。其中,加解密函数都是针对匹配过来的文件。那么,对于多文件时,只能通过寻找设置多文件共同所属的根目录进行匹配设置。这种模式,会不会降低glob的匹配效率?


-- 
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] songjiachao commented on issue #304: dubbo3 - serialization 模块

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

   [ ] 对接invoker模块
   [ ] 解析Context内容
   [ ] 使用ProtoBuf序列化及反序列化


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