qiujiayu commented on a change in pull request #1281: feature: Support for
using Eureka as a service discovery center
URL: https://github.com/apache/incubator-apisix/pull/1281#discussion_r397574059
##########
File path: .travis/linux_openresty_runner.sh
##########
@@ -94,6 +94,13 @@ do_install() {
tar -xvf grpcurl-amd64.tar.gz
mv grpcurl build-cache/
fi
+
+ if [ ! -f "build-cache/eureka" ]; then
+ wget
https://github.com/qiujiayu/apisix-eureka/releases/download/v1.9.8/eureka.tar.gz
Review comment:
will move to API7.
----------------------------------------------------------------
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