Skip to content

Is there anyway to activate auto scaling or some form of auto scaling with Strimzi? #6635

Answered by scholzj
cstmgl asked this question in Q&A
Discussion options

You must be logged in to vote

Auto-scaling Kafka is complicated. It usually cannot be done just based on some CPU utilization etc.

  • If you want to scale consumers, you need to understand their consumer group membership and which topics are they consuming. Because the maximum number of replicas is for example limited with number of partitions from which they are consuming. You need to use tools such as for example KEDA to autoscale them which have some additional logic to take these things into account.
  • If you want to auto-scale components such as Connect, Connectors, Bridge etc., Strimzi gives you the scale subresources to plug it into Kubernetes HPA and tools like KEDA. These are basically consumers and producers in …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cstmgl
Comment options

Answer selected by cstmgl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants