I'm using docker-compose to start zookeeper and Kafka using https://github.com/confluentinc/cp-docker-images/blob/5.1.1-post/examples/kafka-single-node/docker-compose.yml
Is there any way to create topics after Kafka starts running?
I'm looking for similar functionality provided by https://github.com/wurstmeister/kafka-docker#automatically-create-topics
Thanks
@pratapagiri have you seen this example?
@ybyzek,
Thanks for your suggestion. This works for me.
Most helpful comment
@pratapagiri have you seen this example?