From 5fd9392e46a5cedd14a7f59844afaa2f7352e0b3 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Wed, 10 Apr 2024 12:18:17 +0800 Subject: [PATCH] Optimize Docker configuration and script. --- scripts/create-topic.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/create-topic.sh b/scripts/create-topic.sh index d557ba5eb..438f3c311 100755 --- a/scripts/create-topic.sh +++ b/scripts/create-topic.sh @@ -15,8 +15,6 @@ # Wait for Kafka to be ready -#!/bin/bash - KAFKA_SERVER=localhost:9092 MAX_ATTEMPTS=300