Skip to content

Update TypedMessageBuilder deliverAfter and deliverAt api comment #23968

@geniusjoe

Description

@geniusjoe

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

No one assigned

    Labels

    type/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions