diff options
Diffstat (limited to 'src/main/docker/create-topics.sh')
-rw-r--r-- | src/main/docker/create-topics.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main/docker/create-topics.sh b/src/main/docker/create-topics.sh index 9b42fd1..34945b3 100644 --- a/src/main/docker/create-topics.sh +++ b/src/main/docker/create-topics.sh @@ -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 |