dreamquster commented on issue #1960: 是否增加eureka注册中心的支持 URL: https://github.com/apache/incubator-dubbo/issues/1960#issuecomment-399108030 @diecui1202 , I'm interesting in this. Howerver, How to pass EurekaServerServiceUrls from URI type in dubbo registry? In eureka, EurekaServerServiceUrls is map and has multiple zones and service URI at every zone as following: eurekaServerServiceUrls: defaultZone: http://user:${eureka.password}@localhost:8761/eureka/, http://${ip}:${port}/registry/eureka/ eastAmericanZone: http://201.30.433:9683/eureka, ..., ... It's ugly to flatten it to string like this: eurekaServerServiceUrls=defaultZone:http://user:${eureka.password}@localhost:8761/eureka/,http://${ip}:${port}/registry/eureka/;eastAmericanZone: http://201.30.433:9683/eureka, ..., It's suitable to add extra xml label?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
