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/11/17 09:27:59 UTC

[GitHub] [dubbo-rust] Rianico opened a new issue, #75: [Fix] fix the echo example

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

   # Goal
   Fix the echo example.
   # Description
   Hello, everyone. I have tried to run: `cargo run --bin echo-server` but get a panic. I have found two problems:  
   
   1. `config::RootConfig::test_config` don't set the `registry` when build the `ServiceConfig`.
   2. `ServiceConfig` sets the name, which hasn't supported in the `hello_echo.rs`. 
   
   Currently, the `hello_echo.rs` only support the url just like `/grpc.examples.echo.Echo/UnaryEcho`, but we will build a url like `{ServiceConfig name}/grpc.examples.echo.Echo/UnaryEcho` according to the `config::RootConfig::test_config`.


-- 
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 #75: [Fix] fix the echo example

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

   Good work. I find thi panic.


-- 
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 closed issue #75: [Fix] fix the echo example

Posted by GitBox <gi...@apache.org>.
yang20150702 closed issue #75: [Fix] fix the echo example
URL: https://github.com/apache/dubbo-rust/issues/75


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