zziawan opened a new issue #8279: URL: https://github.com/apache/dubbo/issues/8279
- [ ] 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.3 * Operating System version: linux * Java version: jdk8 ### Steps to reproduce this issue 1. create a spring boot dubbo project, use xml to define consumer bean, set zookeeper address in bootstrap.property. use single regestry is ok,but when use mulitple regestries, the project error when starting 2. error is: [dubboerror.txt](https://github.com/apache/dubbo/files/6805451/dubboerror.txt) 3.registry config dubbo: application: name: applicationname service: group: group protocol: name: dubbo port: -1 registries: a1: register: true address: zookeeper://10.125.31.185:32545 a2: register: true address: zookeeper://10.125.31.185:30195 metadata-report: a1: address: zookeeper://10.125.31.185:32545 a2: address: zookeeper://10.125.31.185:30195 can someone help? -- 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]
