Skip to content

Commit

Permalink
Bash script - Create topic kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
mwn-san authored May 25, 2024
1 parent ced6085 commit 92232b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion command-line-interface/tools/create_topics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ do
echo $i
docker exec -it <broker> kafka-topics --bootstrap-server <host:port> --create --topic $i --partitions 10 --replication-factor 5
done

0 comments on commit 92232b2

Please sign in to comment.