mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-21 07:38:13 +00:00
8 lines
199 B
Bash
8 lines
199 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
dockerize \
|
||
|
-wait tcp://$KAFKA_BOOTSTRAP_SERVER \
|
||
|
-wait http://$ELASTICSEARCH_HOST:$ELASTICSEARCH_PORT \
|
||
|
-wait http://$NEO4J_HOST \
|
||
|
-timeout 240s \
|
||
|
java -jar mae-consumer-job.jar
|