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

Figure out if ticket based ack is actually usefull #7

Open
arthurprs opened this issue Dec 15, 2015 · 0 comments
Open

Figure out if ticket based ack is actually usefull #7

arthurprs opened this issue Dec 15, 2015 · 0 comments

Comments

@arthurprs
Copy link
Owner

Amazon SQS has the concept of a receipt that's different from the Message ID, its used to delete (ack) the message afterwards. Also, if a messages timeout a new receipt is generated and the old one can't be used anymore.

I tried to mimic the concept here with a different name (ticket) but I'm unsure if it's actually useful. I use/used SQS extensively and I never found this actually useful.

Removing this features allow Floki to store a little bit less inflight metadata in memory.

I appreciate any inputs on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant