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?
没有评论:
发表评论