luhuajiang opened a new issue #393: NameResolver returned an empty list URL: https://github.com/apache/servicecomb-pack/issues/393 saga-spring-demo: windows环境按照如下步骤启动报错: 1. mvn clean package -DskipTests 2. docker run -d -e "MYSQL_ROOT_PASSWORD=password" -e "MYSQL_DATABASE=saga" -e "MYSQL_USER=saga" -e "MYSQL_PASSWORD=password" -p 3306:3306 mysql/mysql-server:5.7 3. java -Dspring.profiles.active=mysql -D"spring.datasource.url=jdbc:mysql://192.168.99.100:3306/saga?useSSL=false" -jar alpha-server-0.4.0-SNAPSHOT-exec.jar 上面步骤没什么问题,运行java -Dserver.port=8081 -Dalpha.cluster.address=alpha-server.servicecomb.io:8080 -jar hotel-0.4.0-SNAPSHOT-exec.jar启动hotel这个service会出现错误提示: NameResolver returned an empty list。 ${alpha_address}就是alpha-server.servicecomb.io这个地址吗?
---------------------------------------------------------------- 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
