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

Document the idiom for correlating a message's post with its ack/nack #42

Open
pniedzielski opened this issue Jul 22, 2024 · 0 comments · May be fixed by #43
Open

Document the idiom for correlating a message's post with its ack/nack #42

pniedzielski opened this issue Jul 22, 2024 · 0 comments · May be fixed by #43
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@pniedzielski
Copy link
Collaborator

We've had a few users ask how to do this, given that we do not expose a Correlation ID in the same way that the C++ SDK does. Instead, we expect users to pass different on_ack closures for each message, which is relatively Pythonic.

@pniedzielski pniedzielski added the documentation Improvements or additions to documentation label Jul 22, 2024
@pniedzielski pniedzielski self-assigned this Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant