docs: Add Azure Cosmos DB Change Feed scaler documentation#1721
Open
yash2710 wants to merge 5 commits intokedacore:mainfrom
Open
docs: Add Azure Cosmos DB Change Feed scaler documentation#1721yash2710 wants to merge 5 commits intokedacore:mainfrom
yash2710 wants to merge 5 commits intokedacore:mainfrom
Conversation
Add scaler documentation for the new azure-cosmosdb trigger type. Covers connection string and workload identity auth, .NET/Java SDK lease format compatibility, and complete ScaledObject examples. Signed-off-by: Yash Trivedi <yash2710@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
✅ Deploy Preview for keda ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thank you for your contribution! 🙏 We will review your PR as soon as possible.
Learn more about:
|
8 tasks
Update parameter names and descriptions to reflect the total-lag-based scaling approach (matching EventHub scaler pattern): - lagThreshold -> changeFeedLagThreshold (default: 100) - activationLagThreshold -> activationChangeFeedLagThreshold - Metric is now total estimated lag, not partition count Signed-off-by: Yash Trivedi <yash2710@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Document the scale-to-max-on-error behavior including cached and uncached partition count fallback paths. Signed-off-by: Yash Trivedi <yash2710@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
When no cached partition count is available, the scaler returns an error to KEDA instead of a large fallback value. Users should configure fallback on the ScaledObject for explicit failure behavior. Signed-off-by: Yash Trivedi <yash2710@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Clarify that processorName is used to filter lease documents by ID prefix, enabling accurate lag estimation when multiple processors share a lease container. Signed-off-by: Yash Trivedi <yash2710@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add scaler documentation for the new azure-cosmosdb trigger type. Covers connection string and workload identity auth, .NET/Java SDK lease format compatibility, and complete ScaledObject examples.
Checklist
Relates to kedacore/keda#7556, kedacore/keda#7557