kylixs commented 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]