简体   繁体   English

增加主题的复制因子

[英]Increase replication factor of topics

We have a 6 broker cluster, and planning to increase this to 12 node cluster At the moment we all our topics have replica factor of 3 however after the estate expansion we are planning to change replica factor to 4.我们有一个 6 broker 集群,并计划将其增加到 12 节点集群目前我们所有主题的副本因子都是 3,但是在资产扩展之后我们计划将副本因子更改为 4。

We have close to 1k topics, each with 32 or 50 partitions.我们有近 1k 个主题,每个主题有 32 或 50 个分区。

We are using opensource kafka 2.8我们正在使用开源kafka 2.8

Can anyone advise any automated script, where the proposed json payload is created with replica factor of 4 and the replicas are evenly distributed across all 12 brokers in the cluster谁能建议任何自动化脚本,其中建议的 json 有效负载是使用副本因子 4 创建的,副本均匀分布在集群中的所有 12 个代理中

Features of Cruise Control include the three operations you're looking to do Cruise Control的功能包括您要执行的三个操作

  • Add brokers添加经纪人
  • Rebalance the cluster重新平衡集群
  • Adjust replication factor调整复制因子

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

相关问题 卡夫卡| 增加多个主题的复制因子 - Kafka | Increase replication factor of multiple topics 增加 tipics 的复制因子 factor - Increase replication factor factor of tipics Kafka MirrorMaker2 主题 - 复制因子 - Kafka MirrorMaker2 topics - replication factor 变更日志/分区主题的复制因子应该是什么 - What should be the replication factor of changelog/repartition topics 卡夫卡复制因子增加后的问题 - Kafka Replication factor increase post issue 为kafka中基于正则表达式的主题指定默认分区和复制因子 - Specify default partitions and replication factor for regex based topics in kafka Kafka Streams 复制因子不适用于状态存储更改日志主题 - Kafka Streams replication factor not applied to state store changelog topics 创建 Kafka 主题时出错 - 复制因子大于可用代理 - Error creating Kafka Topics- Replication factor larger than available brokers 更改 Kafka Streams 内部主题的复制因子会影响 kafka 流吗? 流媒体会处于错误状态吗? - Will changing replication factor of Kafka Streams internal topics affect kafka streams? Will streaming be in error state? 更改 Kafka Streams 内部主题的复制因子会影响更改日志/重新分区主题名称中的数字吗? - Will changing replication factor of Kafka Streams internal topics affect numbers in changelog/repartition topic names?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM