mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 05:27:22 +08:00
[bitnami/kafka] Updated cluster id argument for formatting storage in Kraft mode (#69279)
This commit is contained in:
@@ -843,7 +843,7 @@ kafka_kraft_storage_initialize() {
|
||||
KAFKA_KRAFT_CLUSTER_ID="$("${KAFKA_HOME}/bin/kafka-storage.sh" random-uuid)"
|
||||
info "Generated Kafka cluster ID '${KAFKA_KRAFT_CLUSTER_ID}'"
|
||||
fi
|
||||
args+=("--cluster-id" "$KAFKA_KRAFT_CLUSTER_ID")
|
||||
args+=("--cluster-id=$KAFKA_KRAFT_CLUSTER_ID")
|
||||
|
||||
# SCRAM users are configured during the cluster bootstrapping process and can later be manually updated using kafka-config.sh
|
||||
if is_boolean_yes "${KAFKA_KRAFT_BOOTSTRAP_SCRAM_USERS:-}"; then
|
||||
|
||||
Reference in New Issue
Block a user