xxxxxxxxxx
./kafka-topics.sh --create --zookeeper <ZOOKEEPER_URL:PORT> --replication-factor <NO_OF_REPLICATIONS> --partitions <NO_OF_PARTITIONS> --topic <TOPIC_NAME>
xxxxxxxxxx
$ bin/kafka-topics.sh --create --topic quickstart-events --bootstrap-server localhost:9092
xxxxxxxxxx
#Kafka docker create topic
create-topics.sh --zookeeper <hostname>:<port> \
--topic <topic-name> \
--partitions <number-of-partitions> \
--replication-factor <number-of-replicating-servers>
kafka_topics_info.json aids with manually creating all Kafka
topics required by the Vault services if you do not intend to use
the vault-topic-manager deployment, or it is incompatible with
the managed Kafka service you are using.
kafka_topics_info.json contains all required details and
configuration settings information for creating the topics.