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

Feature: cumulative ack #12

Open
jeffgrunewald opened this issue Jan 16, 2020 · 0 comments
Open

Feature: cumulative ack #12

jeffgrunewald opened this issue Jan 16, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jeffgrunewald
Copy link
Owner

Currently the Pulsar websocket API does not support cumulative ack
There is an issue (apache/pulsar/issues/5979) to add support for this functionality.
Once that feature is supported by Pulsar websockets, Stargate should provide the option to ack cumulatively.

Proposal:

  • by default, all stargate ack messages are singular
  • if an optional configuration value is passed to a consumer (ack_type: :cumulative) then ack messages append the necessary field to the ack payload to tell the cluster the ack should be treated cumulatively.

This depends heavily on the final implementation of the upstream project feature.

@jeffgrunewald jeffgrunewald added the enhancement New feature or request label Jan 16, 2020
@jeffgrunewald jeffgrunewald self-assigned this Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant