Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Service Bus Session Count Scaler #1221

Closed
1 task
christopherlombardiconfluence opened this issue Sep 13, 2023 · 0 comments
Closed
1 task

Azure Service Bus Session Count Scaler #1221

christopherlombardiconfluence opened this issue Sep 13, 2023 · 0 comments

Comments

@christopherlombardiconfluence
Copy link

christopherlombardiconfluence commented Sep 13, 2023

Expose scaling on an Azure Service Bus Topic's Subscription's active Session Count, similar to message count except for unique session identifiers.

Azure Service Bus exposes a GetMessageSessions() API call that can retrieve all message sessions that are active.

Use-Case

We have a need to scale based on a number of currently active sessions on an Azure Service Bus Topic or Queue. Sessions are a set of dynamically allocated queues that can be processed across many receiving machines with configuration for Azure Service Bus to define the amount of concurrent sessions and concurrent messages within a session, we plan to utilize sessions to perform work on our distributed system assigning a number of sessions to each machine. Once the number of sessions exceeds our limit of machines * number of sessions, we would like to scale to accommodate greater concurrent processing power.

Specification

  • Keda can read a SessionCount variable when supplied an Azure Service Bus Topic + Subscription to scale based off of exceeding.

Closed because this is a duplicate and in the wrong repository.

@christopherlombardiconfluence christopherlombardiconfluence closed this as not planned Won't fix, can't repro, duplicate, stale Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant