[Bug]: Scaling down kafka cluster nodes with kraft fails #10360
PriyankaGG96
started this conversation in
General
Replies: 1 comment
-
Apache Kafka does not support the scaling of controller nodes right now. So if I understood you correctly and the nodes were controllers or mixed nodes, this is a known issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Description
Hello,
I am currently trying Strimzi with Kraft on AKS cluster. I am testing scaling down scenario where i have created KafkaNode pools which acts as both controller and broker. First I did a cluster rebalance to remove the broker from the cluster and then i try to scale KafkaNodePool down. In this case i am getting this error constantly in cluster operator.
Initially i had 3 nodes. I scaled it to 5 and rebalanced the cluster. After that i rebalanced to remove broker, to test scale down behaviour and scaled the replicas back to 3, then i am getting this
Regards,
Priyanka
Steps to reproduce
No response
Expected behavior
No response
Strimzi version
0.41.0
Kubernetes version
1.28.9
Installation method
No response
Infrastructure
No response
Configuration files and logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions