YoungHu opened a new issue, #10054: URL: https://github.com/apache/dubbo/issues/10054
<!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy --> - [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 3.0.7 * Operating System version: Mac OS * Java version: 8 ### Steps to reproduce this issue 1. set dubbo.protocol.port=30880 2. define dubbo service to export 3. create an @Bean to invoke dubbo reference 4. start up spring boot application 5. service export port is 30880, metadata service export port is 20880 Pls. provide [GitHub address] to reproduce this issue. ### Expected Behavior metadata service and instance export port is 30880 ### Actual Behavior metadata service and instance export port is 20880 ### Issue code debug     -- 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]
