We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ce807 commit 7d66566Copy full SHA for 7d66566
run_docker.sh
@@ -28,7 +28,7 @@ for topic in "${topics[@]}"
28
do
29
echo "Making topic $topic"
30
until docker-compose exec kafka \
31
- kafka-topics --create --topic $topic --partitions 1 --replication-factor 1 --if-not-exists --zookeeper zookeeper:2181
+ kafka-topics --create --topic $topic --partitions 1 --replication-factor 1 --if-not-exists --bootstrap-server localhost:9092
32
33
topic_result="$?"
34
if [ "$topic_result" == "1" ]; then
0 commit comments