Description
Using the `config/kraft/controller.properties` packaged along with `kafka_2.13-3.9.0`, running `bin/kafka-storage.sh format standalone -t $KAFKA_CLUSTER_ID -c config/kraft/controller.properties` and then kafka-features.sh describe shows that the quorum is using kraft version 0. Same happens when bringing up a controller with `-no-initial-controllers`. However, it is somehow possible to dynamically add that controller to the quorum despite the advertised kraft version.
Attachments
Issue Links
- is related to
-
KAFKA-14094 KIP-853: KRaft controller membership changes
- Resolved