single image for Kafka and mmagent
[dmaap/kafka11aaf.git] / src / main / docker / create-topics.sh
index 9b42fd1..34945b3 100644 (file)
@@ -1,14 +1,5 @@
 #!/bin/bash
 
-if [[ -n "$MM_AGENT_WAIT_TIME" ]]; then
-  ORD=$(eval $BROKER_ID_COMMAND)
-  if [ "$ORD" = "0" ]; then
-    echo "wait for $MM_AGENT_WAIT_TIME before start of the mirror maker agent"
-    sleep $MM_AGENT_WAIT_TIME
-    java -jar /tmp/dmaapMMAgent.jar
-  fi
-fi
-
 
 if [[ -z "$START_TIMEOUT" ]]; then
     START_TIMEOUT=600