From 84e0bf2e5f5f40f45ed6f01675320f3a3cf92c2e Mon Sep 17 00:00:00 2001 From: vet Date: Mon, 13 Apr 2026 12:25:28 +0700 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9kafka=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03-start-infra.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/03-start-infra.sh b/03-start-infra.sh index c01dacb..e717cd8 100755 --- a/03-start-infra.sh +++ b/03-start-infra.sh @@ -89,7 +89,7 @@ else -e KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE=true \ -e KAFKA_KRAFT_CLUSTER_ID="$KAFKA_CLUSTER_ID" \ "${LOG_OPTS[@]}" \ - bitnami/kafka:3.7 \ + bitnamilegacy/kafka:3.5.1 \ > /dev/null info "等待 Kafka 就绪 (15s)..." @@ -141,7 +141,7 @@ else -e ALLOW_NONE_AUTHENTICATION=yes \ -e ETCD_DATA_DIR=/etcd-data \ "${LOG_OPTS[@]}" \ - bitnami/etcd:3.5 \ + bitnamilegacy/etcd:3.5.13 \ > /dev/null sleep 2 success "Etcd 容器已创建并启动 :${ETCD_PORT}"