kafka高可用增加

kafka高可用增加,第1张

执行./kafka-topics.sh --describe --topic __consumer_offsets --zookeeper localhost:2181

查看可用区

 bin下编辑json文件reassign.json

{"version":1,"partitions":[{"topic":"__consumer_offsets","partition":0,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":1,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":2,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":3,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":4,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":5,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":6,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":7,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":8,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":9,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":10,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":11,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":12,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":13,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":14,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":15,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":16,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":17,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":18,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":19,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":20,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":21,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":22,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":23,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":24,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":25,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":26,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":27,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":28,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":29,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":30,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":31,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":32,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":33,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":34,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":35,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":36,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":37,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":38,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":39,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":40,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":41,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":42,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":43,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":44,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":45,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":46,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":47,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":48,"replicas":[1,2,3]},{"topic":"__consumer_offsets","partition":49,"replicas":[1,2,3]}]}

放在bin下 

运行bin/kafka-reassign-partitions.sh --zookeeper 10.12.2.40:2181 --reassignment-json-file reassign.json --execute

即可

 

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/732208.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-27
下一篇 2022-04-27

发表评论

登录后才能评论

评论列表(0条)

保存