简体   繁体   English

在 Kafka 中,如果客户端改变了一个主题的分区,它会创建一个新的主题吗? 它会导致重新平衡吗?

[英]In Kafka, If a client alters the partitions of a topic, Would it create a new topic? Does it cause rebalancing?

In Kafka, If a client alters the partitions of a topic, Would it create a new topic?在 Kafka 中,如果客户端改变了一个主题的分区,它会创建一个新的主题吗? Does it cause rebalancing ?它会导致重新平衡吗?

Adding Partitions doesn't create new topics.添加分区不会创建新主题。 It alters the existing one它改变了现有的

Data is not rebalanced when expanding cluster or topics partitions扩展集群或主题分区时不会重新平衡数据

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM