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

[Event Hubs] Processor Event Dispatch Cancellation #22695

Merged
merged 1 commit into from
Jul 16, 2021

Commits on Jul 16, 2021

  1. [Event Hubs] Processor Event Dispatch Cancellation

    The focus of these changes is to fix the loop responsible for dispatching
    events to the handler for processing so that it respects cancellation when
    the processor signals the associated token.  Currently, the loop will dispatch
    all events in the batch to the handler, potentially causing duplicate processing
    and checkpoint interleaving.
    jsquire committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    8fadb27 View commit details
    Browse the repository at this point in the history