Remove debugging code and fix regex substitution

This commit is contained in:
2022-09-21 12:48:54 +01:00
parent 3d293daad3
commit 64ebcedd76
4 changed files with 6 additions and 8 deletions

View File

@@ -127,11 +127,11 @@ services:
# timeout: 2s
# retries: 15
healthcheck:
test: ["CMD", \\]
test: ["CMD", "kafka-topics.sh", "--list", "--bootstrap-server", "kafka:9092"]
start_period: 15s
interval: 2s
timeout: 5s
retries: 30
timeout: 30s
retries: 45
coordinator:
image: apache/druid:0.23.0