ppatierno commented on PR #20859: URL: https://github.com/apache/kafka/pull/20859#issuecomment-3553702832
@TaiJuWu @showuon I built a Kafka 4.2 container image including the fix coming from this PR and it seems to work. I used such image for an Apache Kafka cluster deployed by the Strimzi operator. The use case was the following: * deployed a Kafka cluster with 3 combined-nodes and 3 dedicated controllers (total of 6 controllers) * removed "controller" role from the combined nodes, so that the Strimzi operator can immediately remove the controllers via a RemoveRaftVoter Admin API. The controllers are removed from combined nodes and they don't join immediately * when the combined nodes are restarted by the operator, they are configured as broker only (so of course can't join the quorum anymore) Of course, the same works when dedicated controllers are removed from the quorum and shut down. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
