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/06/26 15:13:10 UTC

[GitHub] [dubbo-rust] yang20150702 opened a new issue, #14: Protocol API Design

yang20150702 opened a new issue, #14:
URL: https://github.com/apache/dubbo-rust/issues/14

   This issue discuss the ability of protocol, exporter and invoker trait.
   Based on the discussion of result, we should design some funcs.
   
   Protocol的设计文档见 docs 目录。
   
   我们需要从Server/Client两个角度分别进行头脑风暴。


-- 
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-rust] yang20150702 commented on issue #14: Protocol API Design

Posted by GitBox <gi...@apache.org>.
yang20150702 commented on issue #14:
URL: https://github.com/apache/dubbo-rust/issues/14#issuecomment-1167392871

   在Protocol的实现中,Server应该有状态的,并且需要维护状态的变更。
   
   Server的状态包括:
   
   - 初始态
   - 就绪态
   - 运行态
   - 结束态
   
   需要注意:在Rust实现中,Server 应该满足 Send+Sync 约束


-- 
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-rust] yang20150702 commented on issue #14: Protocol API Design

Posted by GitBox <gi...@apache.org>.
yang20150702 commented on issue #14:
URL: https://github.com/apache/dubbo-rust/issues/14#issuecomment-1173072237

   @Ticsmtc 钉钉提示我账号有风险,给我强制退出,登录不上去了,你们先开会吧


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