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

[FIXED] JetStream: do not send acks for js_AckNone subscriptions #495

Merged
merged 1 commit into from
Dec 8, 2021

Commits on Dec 8, 2021

  1. [FIXED] JetStream: do not send acks for js_AckNone subscriptions

    When a subscription is for a consumer with js_AckNone AckPolicy,
    there is no point sending ACK messages to the server since these
    would be ignored.
    
    Resolves #494
    
    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    cf1bac9 View commit details
    Browse the repository at this point in the history