Is the KEDA azure event hub scaler available for node applications using Dapr on Azure Container App? #6037
Unanswered
ChedyMissaouiAsForvia
asked this question in
Q&A / Need Help
Replies: 1 comment 1 reply
-
Correct. However, for support on Azure Container Apps we recommend reaching out to them given we are not in charge of that |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After testing the KEDA azure event hub scaler on a container app running a node js application that consumes event hub messages via dapr input bindings, we noticed that the container app never scales beyond 1 replica.
Given the following:
We have never observed an auto-scale despite a load that should largely trigger one.
In the KEDA azure event-hub scaler documentation, we have signs that the scaler is only supported for .NET and Python with the event-hub SDK. Can you please confirm this ?
In addition, we have read mentioned in this discussion that max number of replicas is equal to number of partitions in eventhub. Can you please confirm this also ?
Beta Was this translation helpful? Give feedback.
All reactions