summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSunil Unnava <su622b@att.com>2018-03-07 13:34:35 -0500
committerSunil Unnava <su622b@att.com>2018-03-07 13:34:48 -0500
commitafd26e40bddd223c335416fe18fabb8445864495 (patch)
tree5872bdb77677bafaea132aa25669aba16873396f /src
parent9982ee748f53038b809bcda5877a190f4ee77bb0 (diff)
testcases for code coverage
Issue-ID: DMAAP-323 Change-Id: I0c2fb3091e8719e7391b658059525f9661306414 Signed-off-by: Sunil Unnava <su622b@att.com>
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/docker-compose/download-kafka.sh9
1 files changed, 6 insertions, 3 deletions
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