-
-
Notifications
You must be signed in to change notification settings - Fork 257
Closed
Description
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
Labels
No labels