Skip to content

WolverineFx.Pulsar Topic subscription types #1320

@punxrok

Description

@punxrok

Hi,

is it possible to extend the library to define subscription type on Pulsar's topics in similar fashion to: https://pulsar.apache.org/docs/4.0.x/client-libraries-consumers/#shared

    opts.ListenToPulsarTopic("persistent://public/default/message")
        .SubscriptionName("round-robin")
        .SubscriptionType(SubscriptionType.Shared) // like this, currently the subscription type is fixed as Exclusive
        .MaximumParallelMessages(10, ProcessingOrder.UnOrdered);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions