This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
User configurable initial offset support #79
Merged
Merged
Conversation
This file contains 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
…/azure-functions-eventhubs-extension into sidkri/configurable-offset
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
alrod
reviewed
Nov 12, 2020
src/Microsoft.Azure.WebJobs.Extensions.EventHubs/Config/EventHubWebJobsBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
alrod
reviewed
Nov 12, 2020
src/Microsoft.Azure.WebJobs.Extensions.EventHubs/Config/EventHubWebJobsBuilderExtensions.cs
Show resolved
Hide resolved
alrod
reviewed
Nov 13, 2020
src/Microsoft.Azure.WebJobs.Extensions.EventHubs/Config/EventHubWebJobsBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
alrod
reviewed
Nov 13, 2020
src/Microsoft.Azure.WebJobs.Extensions.EventHubs/Config/EventHubOptions.cs
Show resolved
Hide resolved
alrod
reviewed
Nov 13, 2020
src/Microsoft.Azure.WebJobs.Extensions.EventHubs/Config/EventHubOptions.cs
Show resolved
Hide resolved
alrod
approved these changes
Nov 17, 2020
Will not publish this version until the Azure docs PR is ready to merge as well |
sidkri
added a commit
that referenced
this pull request
Dec 8, 2020
* Add EventHub output logging. Fixes #60. * Unifying logging of exceptions. Fixes #59. * Fix nuget errors on pack (#73) * Increasing max message size and batch size. Fixes #29 * User configurable initial offset support (#79) * Instructions via Readme.md for setting up local environment to run integration tests Co-authored-by: Alexey Rodionov <[email protected]> Co-authored-by: Pragna Gopa <[email protected]> Co-authored-by: Sid Krishna <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This change allows users to specify the point in an event stream that processing should start at if no checkpoint exists. Checkpoints per Event Hubs partition is maintained in storage and existing values if any should be deleted for this configuration to apply on the first run of the function(s).
Event Hubs extension configuration options added to host.json:
Initial Offset options supported:
Design considerations:
Pull request checklist
release_notes.md