I am trying find out if it's possible to horizontally scale a strimzi kafka connect cluster to take advantage of pod/node autoscaling as I have a production load that massively fluctuates.
I have tried applying a hpa configuration to the resulting kafka connect deployment but it seems to conflict with kafkaconnect replica definition as new pods start up and are killed very quickly. I assume there is some strimzi mechanism that synchronises the deployment size with the kafkaconnect manifest preventing the hpa from working.
Does anyone know if this is at all possible?