Example request for using Regex in Keda for Azure service bus #1046
Unanswered
SusheelReddy00
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use Regular expression to select all subscriptions under a specific topic. I can see from your docs that is is possible using "Regex": "true". The reason is to avoid creating multiple scaledobjects which ends up creating multiple HPA's for the same service and causing conflicts.
Below is the example I am trying however I get an error like the one given below. I made sure that it works and no problem exists with my authentication when not using Regex and passing a subscription name.
Error I am getting
I would like to see an example where I can define a regular expression that covers all the subscriptions under a topic
Beta Was this translation helpful? Give feedback.
All reactions