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

ack on send #22

Closed
eitan101 opened this issue Jul 14, 2013 · 1 comment
Closed

ack on send #22

eitan101 opened this issue Jul 14, 2013 · 1 comment

Comments

@eitan101
Copy link
Contributor

The ack is sent when the cache gets the message and not after the call to the listener.
If the receiver is not fast enough there is no way to do backPressure this way.
The ack should be sent after the listener is finished successfully, and sometimes when the listener is async we should ack only upon the listener application explictlty ACKs that the message handling finished.

@eitan101 eitan101 reopened this Jul 21, 2013
@eitan101
Copy link
Contributor Author

same as #20

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