seqwait opened a new issue, #15265: URL: https://github.com/apache/dubbo/issues/15265
### Pre-check - [x] I am sure that all the content I provide is in English. ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found no similar feature requirement. ### Apache Dubbo Component Java SDK (apache/dubbo) ### Descriptions In a Docker Swarm overlay network, some services are connected to the ingress network, while others are not. However, all services are connected to a custom overlay network. The issue is that Dubbo sometimes selects the ingress network, causing services that are not part of the ingress network to be unable to find providers. The ignored and preferred options do not solve the issue because the ingress network might be assigned to eth0 or eth1 at startup, making the interface selection inconsistent. Does Dubbo provide a way to prefer a specific subnet, such as dubbo.network.interface.address.prefix? ### Related issues _No response_ ### Are you willing to submit a pull request to fix on your own? - [ ] Yes I am willing to submit a pull request on my own! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
