Two trigger conditions for scaling down triggers Kafka consumers - Both condition should be true #6471
Unanswered
benfrankvbf
asked this question in
Q&A / Need Help
Replies: 1 comment
-
Is scaling modifiers something what can help? https://keda.sh/docs/2.16/concepts/scaling-deployments/#scaling-modifiers |
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
-
In our project, scaling up and down of the consumers are happening considering the lagThreshold parameter in the scaledobject.
We have a scenario where we want to scale down those consumers only after it met two trigger conditions as mentioned below
According to the Keda documentation
"KEDA will start scaling as soon as when one of the triggers meets the criteria. Horizontal Pod Autoscaler (HPA) will calculate metrics for every scaler and use the highest desired replica count to scale the workload to"
Challenge we face here is - we need a single trigger condition for scale up and two condition for scale down (both should be met)
Let us know if you have any suggestion or need more information
Beta Was this translation helpful? Give feedback.
All reactions