fsprojects / pulsar-client-dotnet

Apache Pulsar native client for .NET (C#/F#/VB)
MIT License
301 stars 47 forks source link

[branch-2.x] Add support for setting `replicateSubscriptionState` for the subscription #262

Closed RobertIndie closed 5 months ago

RobertIndie commented 5 months ago

Cherry-pick https://github.com/fsprojects/pulsar-client-dotnet/pull/261

Motivation

Apply https://github.com/apache/pulsar/pull/4299 to pulsar-client-dotnet.

Introduce the replicateSubscriptionState setting in the ConsumerBuilder to allow subscription creation with replication enabled.

Modification

Lanayx commented 5 months ago

Thank you, released in 2.16.0