We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c1348 commit 0ce9f12Copy full SHA for 0ce9f12
.github/workflows/tests.yml
@@ -69,7 +69,7 @@ jobs:
69
KAFKA_TRANSACTION_STATE_LOG_MIN_ISR: 1
70
KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS: 0
71
options: >-
72
- --health-cmd "kafka-broker-api-versions.sh --bootstrap-server localhost:9092"
+ --health-cmd "/opt/kafka/bin/kafka-broker-api-versions.sh --bootstrap-server localhost:9092"
73
--health-interval 10s
74
--health-timeout 5s
75
--health-retries 10
0 commit comments