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

Consume should only process one message at a time #164

Merged

Conversation

WyriHaximus
Copy link
Collaborator

While consumer all pre-fetched messages concurrently is useful, the expected behavior for consume is to only handle one message at a time. Considering introducing a stream method for the concurrently handling of messages.

@WyriHaximus WyriHaximus added this to the v0.6.0 milestone Feb 15, 2025
While consumer all pre-fetched messages concurrently is useful, the expected behavior for consume is to only handle one message at a time. Considering introducing a stream method for the concurrently handling of messages.
@WyriHaximus WyriHaximus force-pushed the 0.6.x-consume-should-on-process-one-message-at-a-time branch from 889c016 to 20d7d7e Compare February 17, 2025 17:12
@WyriHaximus WyriHaximus merged commit 625753e into 0.6.x Feb 18, 2025
110 checks passed
@WyriHaximus WyriHaximus deleted the 0.6.x-consume-should-on-process-one-message-at-a-time branch February 18, 2025 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant