apache / pulsar-client-python

Apache Pulsar Python client library
https://pulsar.apache.org/
Apache License 2.0
51 stars 40 forks source link

[feature request] Support producer access mode. #74

Open shibd opened 1 year ago

shibd commented 1 year ago

Motivation

PIP:

  1. PIP 68: Exclusive Producer
  2. PIP161: ExclusiveWithFencing

Solution

Depend on CPP client impl: https://github.com/apache/pulsar-client-cpp/issues/95

Alternatives

Anything else?

No response