docker-kafka
docker-kafka copied to clipboard
dynamic partitons per topic
Hi, thanks for the image!
Is there a way to set kafka to create more partitions per topic on demand?
I use this EVN
KAFKA_NUM_PARTITIONS=40
but this is not optimal if my partition number will grow. And I don't want all topics to be set with the same number of partitions.
Thanks in advance. G