Hey. From what I read, v3.9.0 supports KIP-853 (dynamic controller quorum)
What would happen in the following scenario:
- 3 brokers (broker1,broker2,broker3), one of them is designated as the voter (broker1)
- i.e., following this setup: KIP-853: KRaft Controller Membership Changes - Apache Kafka - Apache Software Foundation
- And then broker1 dies for whatever reason
Do the rest adapt and elect a voter?
Many thanks