From: Sunil Unnava Date: Wed, 7 Mar 2018 18:34:35 +0000 (-0500) Subject: testcases for code coverage X-Git-Tag: v1.1.3~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=afd26e40bddd223c335416fe18fabb8445864495;p=dmaap%2Fmessagerouter%2Fmessageservice.git testcases for code coverage Issue-ID: DMAAP-323 Change-Id: I0c2fb3091e8719e7391b658059525f9661306414 Signed-off-by: Sunil Unnava --- diff --git a/src/main/resources/docker-compose/download-kafka.sh b/src/main/resources/docker-compose/download-kafka.sh index 3dda45e..6b586cd 100644 --- a/src/main/resources/docker-compose/download-kafka.sh +++ b/src/main/resources/docker-compose/download-kafka.sh @@ -21,6 +21,9 @@ # #******************************************************************************* -mirror=$(curl --stderr /dev/null https://www.apache.org/dyn/closer.cgi\?as_json\=1 | jq -r '.preferred') -url="${mirror}kafka/${KAFKA_VERSION}/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz" -wget -q "${url}" -O "/tmp/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz" +#mirror=$(curl --stderr /dev/null https://www.apache.org/dyn/closer.cgi\?as_json\=1 | jq -r '.preferred') +#url="${mirror}kafka/${KAFKA_VERSION}/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz" +#wget -q "${url}" -O "/tmp/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz" + +url="http://archive.apache.org/dist/kafka/${KAFKA_VERSION}/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz" +wget -q "${url}" -O "/tmp/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz" \ No newline at end of file