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/12/07 14:03:03 UTC

[GitHub] [dubbo-rust] yang20150702 opened a new issue, #87: [Ftr] Add Builder for DubboClient

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

   User can update config of DubboClient by Builder


-- 
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 closed issue #87: [Ftr] Add Builder for DubboClient

Posted by "yang20150702 (via GitHub)" <gi...@apache.org>.
yang20150702 closed issue #87: [Ftr] Add Builder for DubboClient 
URL: https://github.com/apache/dubbo-rust/issues/87


-- 
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 #87: [Ftr] Add Builder for DubboClient

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

   Client 的初始化支持三种方式:
   + 最简单的方式:通过connect()直接创建连接,使用默认的builder进行初始化
   + 自定义的方式:直接通过配置Builder来初始化
   + 支持通过配置文件的方式来初始化


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