-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
delayed message other than delivered right away #133
Labels
type/feature
The PR added a new feature or issue requested a new feature
Comments
merlimat
added
the
type/feature
The PR added a new feature or issue requested a new feature
label
Dec 3, 2016
merlimat
changed the title
[Feature Proposal] delayed message other than delivered right away
delayed message other than delivered right away
Dec 3, 2016
Other than just delaying the message delivery, I think we could also provide a more general use distributed event scheduler, that can be implemented with multiple cascading queues. |
@merlimat could you please give a detailed description of the solution "multiple cascading queues", thanks. |
sijie
pushed a commit
to sijie/pulsar
that referenced
this issue
Mar 4, 2018
Cool, that sounds interesting ! |
@merlimat did anything ever happen with this? |
Closing as duplicate of #2375 |
hrsakai
pushed a commit
to hrsakai/pulsar
that referenced
this issue
Dec 10, 2020
* Removed unused config options * Removed usages
dlg99
pushed a commit
to dlg99/pulsar
that referenced
this issue
Sep 22, 2022
2 tasks
michaeljmarshall
pushed a commit
to michaeljmarshall/pulsar
that referenced
this issue
Apr 4, 2024
(cherry picked from commit 7bba51f) Conflicts: pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTopics.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Delayed message, it's better to can have different delayed time for subscriptions on the same topic.
[merlimat]
This one is interesting. I'd like to see how is feasible to do it in a highly scalable way. Perhaps this might be a good candidate to be implemented as a recipe (a ready-made solution built on top of the client library), rather than directly in the server.
[DongbinNie]
Agree, it can be implemented in the client side to alleviate server's burden.
The text was updated successfully, but these errors were encountered: