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 04d3faa commit c70bd7dCopy full SHA for c70bd7d
local/kafka-client/create-topics.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
3
while read topic; do
4
- /usr/bin/kafka-topics --create --zookeeper zookeeper:2181 --partitions 1 --replication-factor 1 --topic $topic
+ /opt/kafka/bin/kafka-topics.sh --create --zookeeper zookeeper:2181 --partitions 1 --replication-factor 1 --topic $topic
5
done < topics.txt
0 commit comments