私の 3 つの Kafka クラスタのうち 2 つが replica_factor=2 でダウンしています。データは気にしません。Kafka を保存してトピックを再利用したいだけです。4 つのパーティションを持つトピックの 1 つをテストします。
unclean.leader.election.enable=true を server.conf に追加しましたが、このノードにレプリカがあるパーティションのみがリーダーを変更し、その他は -1 に変更されました
topic:stats PartitionCount:4 ReplicationFactor:2 Configs:
Topic: stats Partition: 0 Leader: -1 Replicas: 1 Isr: 1
Topic: stats Partition: 1 Leader: 2 Replicas: 2 Isr: 2
Topic: stats Partition: 2 Leader: 2 Replicas: 1,2 Isr: 2
Topic: stats Partition: 3 Leader: 2 Replicas: 2 Isr: 2
データを失うことを意味する場合でも、パーティション 0 リーダーを 2 に変更するにはどうすればよいですか?