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/07/28 04:20:19 UTC

[GitHub] [dubbo] kylixs edited a comment on issue #8225: 关于 @DubboReference 注解中不配置URL问题

kylixs edited a comment on issue #8225:
URL: https://github.com/apache/dubbo/issues/8225#issuecomment-887997163


   @chickenlj PTAL
   
   May be something wrong in `service-discovery` mode.  
   Using the following configuration, the consumer can successfully call the remote interface.
   
   //provider side
   ```
   dubbo:
     application:
       id: ${spring.application.name}
       name: ${spring.application.name}
       register-mode: all
   #    service-discovery:
   #      migration: FORCE_APPLICATION
   
   
   ```
   
   //consumer side
   ```
   dubbo:
     application:
       id: ${spring.application.name}
       name: ${spring.application.name}
   #    service-discovery:
   #      migration: FORCE_APPLICATION
   
   ```


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