From 92232b2b8dc48a5cdc77f747abe5f3b7b5ebbcd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=91=80=F0=9D=91=9C=E2=84=8E=F0=9D=91=8E=F0=9D=91=9A?= =?UTF-8?q?=F0=9D=91=9A=F0=9D=91=8E=F0=9D=91=91=20=F0=9D=91=8A=F0=9D=91=96?= =?UTF-8?q?=F0=9D=91=99=F0=9D=91=91=F0=9D=91=8E=F0=9D=91=9B=20=F0=9D=91=81?= =?UTF-8?q?=F0=9D=91=A2=F0=9D=91=9F=F0=9D=91=A6=F0=9D=91=A2=F0=9D=91=99?= =?UTF-8?q?=F0=9D=91=91=F0=9D=91=8E?= <91609578+mwn-san@users.noreply.github.com> Date: Sun, 26 May 2024 00:34:03 +0700 Subject: [PATCH] Bash script - Create topic kafka --- command-line-interface/tools/create_topics.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/command-line-interface/tools/create_topics.sh b/command-line-interface/tools/create_topics.sh index 5aef8f0..c3aa303 100644 --- a/command-line-interface/tools/create_topics.sh +++ b/command-line-interface/tools/create_topics.sh @@ -4,4 +4,3 @@ do echo $i docker exec -it kafka-topics --bootstrap-server --create --topic $i --partitions 10 --replication-factor 5 done -