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

[FEATURE REQUEST] Support publish & subscribe for steaming messages to the queue #738

Open
FogDong opened this issue Sep 8, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@FogDong
Copy link

FogDong commented Sep 8, 2023

Is your feature request related to a problem? Please describe.
We want to use asynq to stream some messages, once the server publishes the message in the channel, the client can get the message.

Describe the solution you'd like
Add Publish to publish the message to the channel, and GetSubPub to directly get the sub pub for the client to handle the response.

PR: #736

Describe alternatives you've considered
It is also great if we can wrap GetPubSub to Subscribe to return the message.

Additional context

@FogDong FogDong added the enhancement New feature or request label Sep 8, 2023
@hibiken
Copy link
Owner

hibiken commented Sep 18, 2023

@FogDong Is this a feature request to subscribe to a topic so that multiple consumers can receive the same message?

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

No branches or pull requests

2 participants