jormungandr723 edited a comment on issue #1549: edge 配置文件写多个注册中心报错 URL: https://github.com/apache/servicecomb-java-chassis/issues/1549#issuecomment-591310158 springboot yaml 需要遵循 yaml语法,多个注册中心写法应该改为: servicecomb: service: registry: address: - http://10.12.0.1:30100 - http://10.12.0.2:30100 autodiscovery: true 这种写法 经过测试,可以正常运行。
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
