mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-12 01:11:41 +00:00
7 lines
151 B
Bash
7 lines
151 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
# -wait tcp://GMS_HOST:$GMS_PORT \
|
||
|
|
dockerize \
|
||
|
|
-wait tcp://$KAFKA_BOOTSTRAP_SERVER \
|
||
|
|
-timeout 240s \
|
||
|
|
java -jar mce-consumer-job.jar
|