mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 08:17:44 +08:00
[bitnami/kafka] Release 3.3.1-debian-11-r6 (#11409)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,7 +5,7 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="3.3.1-debian-11-r5" \
|
||||
org.opencontainers.image.ref.name="3.3.1-debian-11-r6" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kafka" \
|
||||
org.opencontainers.image.title="kafka" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
||||
@@ -240,11 +240,11 @@ kafka_validate() {
|
||||
|
||||
if is_boolean_yes "$KAFKA_ENABLE_KRAFT"; then
|
||||
if [[ -z "$KAFKA_CFG_BROKER_ID" ]]; then
|
||||
print_validation_error "KRaft requires KAFKA_CFG_BROKER_ID to be set for the quorum controller"
|
||||
fi
|
||||
print_validation_error "KRaft requires KAFKA_CFG_BROKER_ID to be set for the quorum controller"
|
||||
fi
|
||||
if [[ -z "$KAFKA_CFG_CONTROLLER_QUORUM_VOTERS" ]]; then
|
||||
print_validation_error "KRaft requires KAFKA_CFG_CONTROLLER_QUORUM_VOTERS to be set"
|
||||
fi
|
||||
print_validation_error "KRaft requires KAFKA_CFG_CONTROLLER_QUORUM_VOTERS to be set"
|
||||
fi
|
||||
|
||||
if [[ -n "$KAFKA_CFG_BROKER_ID" ]] && [[ -n "$KAFKA_CFG_CONTROLLER_QUORUM_VOTERS" ]]; then
|
||||
old_IFS=$IFS
|
||||
@@ -258,7 +258,7 @@ kafka_validate() {
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
if [[ "$broker_id_matched" == false ]]; then
|
||||
warn "KAFKA_CFG_BROKER_ID must match what is set in KAFKA_CFG_CONTROLLER_QUORUM_VOTERS"
|
||||
fi
|
||||
@@ -376,7 +376,6 @@ kafka_validate() {
|
||||
check_multi_value "KAFKA_TLS_CLIENT_AUTH" "none requested required"
|
||||
[[ "$error_code" -eq 0 ]] || return "$error_code"
|
||||
}
|
||||
|
||||
########################
|
||||
# Generate JAAS authentication file
|
||||
# Globals:
|
||||
|
||||
Reference in New Issue
Block a user