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

Allow AckAll for pull-based consumers #1063

Merged
merged 1 commit into from Aug 31, 2022

Commits on Aug 31, 2022

  1. Allow AckAll for pull-based consumers

    If you are the only client pulling on a given consumer, the
    efficiency gains of fetching batches is largely lost if you
    have to acknowledge every message you received individually.
    It would seem intuitive to be able to acknowledge only the
    most recent message in the batch instead.
    neilalexander committed Aug 31, 2022
    Copy the full SHA
    bb31b65 View commit details
    Browse the repository at this point in the history