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 dynamic queue #856

Open
yangzhiw opened this issue Apr 8, 2024 · 3 comments
Open

[FEATURE REQUEST] Support dynamic queue #856

yangzhiw opened this issue Apr 8, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@yangzhiw
Copy link

yangzhiw commented Apr 8, 2024

Is your feature request related to a problem? Please describe.
My usage scenario is that I want to put different businesses into different queues. Businesses change dynamically. When the program is running, it supports putting different data into different queues, and different queues support different threads. consumption.

@yangzhiw yangzhiw added the enhancement New feature or request label Apr 8, 2024
@kamikazechaser
Copy link
Collaborator

Related to #850, #852

@yangzhiw
Copy link
Author

yangzhiw commented Apr 9, 2024

Thank you. Another inquiry: Different queues use different coroutines to consume, and queue-level concurrency is supported; because looking at the source code now, it seems that there is only one processor to pull data.

@kamikazechaser
Copy link
Collaborator

That is also being addressed in #849

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

3 participants