2021年3月25日星期四

Does Kafka_configs.sh has the ability to alter partitions?

While working on a alter Kafka topic job. I found Kafka-topic.sh for alter will be deprecated in future release so I am migrating to Kafka_configs.sh.

I couldn't find the option to alter the partition with Kafka_configs.sh. Is it supported by Kafka_configs.

ex :
Kafka_topics.sh --zookeeper $ZOOKEEPER_URL --alter --topic $TOPIC_NAME --partitions 40

What is the equivalent of this with Kafka_configs.sh?

https://stackoverflow.com/questions/66807498/does-kafka-configs-sh-has-the-ability-to-alter-partitions March 26, 2021 at 04:56AM

没有评论:

发表评论