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

Implement Push Consumers #686

Open
mtmk opened this issue Dec 2, 2024 Discussed in #685 · 0 comments
Open

Implement Push Consumers #686

mtmk opened this issue Dec 2, 2024 Discussed in #685 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@mtmk
Copy link
Collaborator

mtmk commented Dec 2, 2024

Discussed in #685

Originally posted by yang-xiaodong December 2, 2024
I see that push-based consumers are not currently supported, and I was wondering if pull-based consumers support DeliverGroup for effects similar to Kafka Consumer Groups (A event sent to multiple groups, with load balancing of consumers within groups).

We need to implement push consumers. API wise i suggest a new method similar to ordered consumers:

ValueTask<INatsJSPushConsumer> CreatePushConsumerAsync(...);
@mtmk mtmk added the help wanted Extra attention is needed label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant