Updated the Kafka version 57/46457/1
authorsu622b <sunil.unnava@att.com>
Mon, 7 May 2018 20:34:23 +0000 (16:34 -0400)
committersu622b <sunil.unnava@att.com>
Mon, 7 May 2018 20:34:41 +0000 (16:34 -0400)
Issue-ID: DMAAP-473
Change-Id: I330c2c5b8bffc43bed2ee3f5521b8d54084c957f
Signed-off-by: su622b <sunil.unnava@att.com>
demo/deploy.sh
demo/docker_files/__docker-compose.yml

index f54c09a..6461817 100644 (file)
@@ -7,11 +7,6 @@ export NEXUS_DOCKER_REPO=$(cat /opt/config/nexus_docker_repo.txt)
 # do not change this, it is already matched with the git repo file structure
 DOCKER_FILE_DIR='./docker_files'
 
-KAFKA_VERSION='0.8.1.1'
-SCALA_VERSION='2.9.2'
-wget -q "http://www.namesdir.com/mirrors/apache/kafka/${KAFKA_VERSION}/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz" \
-  -O "./docker_files/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz"
-
 # commands to run docker and docker-compose
 DOCKER_COMPOSE_EXE='/opt/docker/docker-compose'
 
index 0f90eb9..3a02a88 100644 (file)
@@ -18,9 +18,7 @@ services:
         max-file: "5"
 
   kafka:
-    build:
-      context: .
-      dockerfile: Dockerfile-local
+    image: wurstmeister/kafka:1.1.0
     ports:
       - "9092:9092"
     environment: