We should cover in our STs:
1. Deploy KRaft cluster with dedicated controllers
2. Once deployed, modify the Kafka CR to modify a value that requires rolling update - e.g. auto.create.topics.enable
3. Wait for the rolling update
4. But CO will get stuck with this
2024-12-11 10:09:15 WARN KafkaQuorumCheck:64 - Reconciliation #55(watch) Kafka(myproject/my-cluster): Error determining the controller quorum leader id
org.apache.kafka.common.errors.TimeoutException: Timed out waiting for a node assignment. Call: describeMetadataQuorum
Cluster Operator should not get stucked in such situation.
https://github.com/strimzi/strimzi-kafka-operator/pull/10940