Skip to content

Commit

Permalink
further cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bciaraldi committed Oct 7, 2024
1 parent 996945b commit ca407d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/check_kafka_clickhouse_up
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ while true; do
nc -z localhost 9092 && break || echo 'Checking Kafka status...' && sleep 1
done

# Check ClickHouse within Docker Compose network using the service name 'clickhouse'
# Check ClickHouse
while true; do
curl -s -o /dev/null -I 'http://localhost:8123/' && break || echo 'Checking ClickHouse status...' && sleep 1
done

0 comments on commit ca407d2

Please sign in to comment.