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

Make event acknowledgment asynchronous in shipper output #32785

Merged
merged 7 commits into from
Aug 31, 2022

Commits on Aug 23, 2022

  1. Make event acknowledgment asynchronous in shipper output

    So we can keep publishing batches not blocking on a single batch to be acknowledged.
    rdner committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    94fb61b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    81b5df0 View commit details
    Browse the repository at this point in the history
  2. Update documentation

    rdner committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8d0ff22 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Fix bugs and optimize Publish

    rdner committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    97422ad View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Set pending to nil in Close

    rdner committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    8348b9a View commit details
    Browse the repository at this point in the history
  2. Fix typo in ackCancel

    rdner committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    caaad48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b0bb7f View commit details
    Browse the repository at this point in the history