Introduce Target Based Scaling for Event Hubs, Create EventHubsMetricsProvider#3
Merged
chiangvincent merged 8 commits intouser/vchiang/addTargetUnprocessedEventThresholdfrom Jan 27, 2023
Conversation
added 8 commits
January 25, 2023 16:59
…erease webjobs sdk with target scaler interface
…erease webjobs sdk with target scaler interface
…vincent/azure-sdk-for-net into user/vchiang/eventHubsTbs
…and remove unnecessary imports
…ode and tests for throttling scale in if last scale up was recent
chiangvincent
commented
Jan 26, 2023
| <PackageReference Include="Azure.Messaging.EventHubs" /> | ||
| <PackageReference Include="Azure.Storage.Blobs" /> | ||
| <PackageReference Include="Microsoft.Azure.WebJobs" /> | ||
| <PackageReference Include="Microsoft.Azure.WebJobs" VersionOverride="3.0.36-11991" /> |
Owner
Author
There was a problem hiding this comment.
Need to change this once the nuget feed has been released
chiangvincent
commented
Jan 26, 2023
| public EventHubsTargetScaler(string functionId, | ||
| IEventHubConsumerClient client, | ||
| EventHubOptions options, | ||
| EventHubsMetricsProvider metricsProvider, |
Owner
Author
There was a problem hiding this comment.
Added this is a parameter in the constructor to make it easier to mock
cbb83d3
into
user/vchiang/addTargetUnprocessedEventThreshold
chiangvincent
pushed a commit
that referenced
this pull request
Jan 27, 2023
chiangvincent
pushed a commit
that referenced
this pull request
May 7, 2024
* Update Generator Version 3.0.0-beta.20240404.1 * Update SDK codes he_mi_3 * Update SDK codes de_he_2 * Update SDK codes ad_co_0 * Update SDK codes sq_wo_6 * Update SDK codes mi_pu_4 * Update SDK codes pu_sq_5 * Update SDK codes co_de_1 * Build fix * Build fix #2 * Build fix #3 --------- Co-authored-by: Alexander Sher <alsher@microsoft.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.
Contributing to the Azure SDK
Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.
For specific information about pull request etiquette and best practices, see this section.