Add support for multiple subscriptions to azure service bus scaler #1614
Unanswered
id27182
asked this question in
Q&A / Need Help
Replies: 1 comment 7 replies
-
Good news - You can already do that today! Our ScaledObject/ScaledJobs allow you to specify multiple triggers, so in your case, you should add 30 triggers for every individual topic & subscription that needs to be checked. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Proposal
Services, developed by my team is organised in a way, where same service listens for messages from multiple subscriptions, connected to same topic. Each topic have own list of subscriptions with unique names, it can be up to 30 subscriptions for same topic and service. It would be nice if there would be an option to specify multiple subscriptions for same scaler object. It would be perfect if there would be a way to specify willdcard (so all subscriptions will be used for getting metric value).
Use-Case
It will help me to organise my code in more clear and effective manner, without rearchitecting application which I'm working with right now.
Beta Was this translation helpful? Give feedback.
All reactions