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 2021/09/11 09:22:27 UTC

[GitHub] [dubbo] KevinClair opened a new issue #8773: About specifying the invoker to call the provider

KevinClair opened a new issue #8773:
URL: https://github.com/apache/dubbo/issues/8773


   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   - [ ] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 2.7.5
   * Operating System version: windows10
   * Java version: 1.8
   
   ### Steps to reproduce this issue
   
   Excuse me, how to call the specified provider on the consumer side through ip+port.
   By the way, I am using generalized calls.
   


-- 
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] KevinClair closed issue #8773: About specifying the invoker to call the provider

Posted by GitBox <gi...@apache.org>.
KevinClair closed issue #8773:
URL: https://github.com/apache/dubbo/issues/8773


   


-- 
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] KevinClair commented on issue #8773: About specifying the invoker to call the provider

Posted by GitBox <gi...@apache.org>.
KevinClair commented on issue #8773:
URL: https://github.com/apache/dubbo/issues/8773#issuecomment-918084516


   Thanks for your answer.I had figured it out with `LoadBalance`.


-- 
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] 24kpure commented on issue #8773: About specifying the invoker to call the provider

Posted by GitBox <gi...@apache.org>.
24kpure commented on issue #8773:
URL: https://github.com/apache/dubbo/issues/8773#issuecomment-918077596


   Set the url of referenceconfig before start.
   
   ```
   reference.setUrl("dubbo://localhost:20890");
   ```


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