Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 6f589b5

Browse files
author
andriy.pentsak
committed
fix kafka start
1 parent ac7960a commit 6f589b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/bootstrap-cluster.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ start_kafka() {
8282
--env KAFKA_CFG_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM=" " \
8383
--env KAFKA_ZOOKEEPER_TLS_KEYSTORE_PASSWORD="$zoo_key_pass" \
8484
--env KAFKA_ZOOKEEPER_TLS_TRUSTSTORE_PASSWORD="$zoo_trust_pass" \
85+
--env KAFKA_OPTS="" \
8586
--env JMX_PORT=5555 \
8687
-v 'kafkacert:/bitnami/kafka/config/certs/' \
8788
-p 8282:8282 \

0 commit comments

Comments
 (0)