-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
type/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messagesThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Description
Search before asking
- I searched in the issues and found nothing similar.
Motivation
Related Issue: apache/pulsar-site#507
We now support consuming delayed messages with shared and Key-shared type subscriptions, which has been corrected since pulsar 3.x doc in above pr.
But Java code deliverAt and deliverAfter comment says we can only support Shared type subscription, so that maybe we need to fix them.
Solution
Replace {@link SubscriptionType#Shared}
comment with {@link SubscriptionType#Shared} or {@link SubscriptionType#Key_Shared}
in deliverAt and deliverAfter api.
Alternatives
No response
Anything else?
No response
Are you willing to submit a PR?
- I'm willing to submit a PR!
Metadata
Metadata
Assignees
Labels
type/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messagesThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages