pulsar-client-python icon indicating copy to clipboard operation
pulsar-client-python copied to clipboard

[python-client] Support KeySharedPolicy in consumer configuration

Open amadav opened this issue 3 years ago • 2 comments
trafficstars

Support for auto-hash and sticky-hash based policy (https://github.com/apache/pulsar/issues/4077) was added to cpp client (https://github.com/apache/pulsar/pull/7842) java (https://github.com/apache/pulsar/pull/5928) & go (https://github.com/apache/pulsar-client-go/pull/363) It would be great to have these changes ported to python client as well.

Describe the solution you'd like Expose the ConsumerConfiguration::KeySharedPolicy and related setter/getter to Python client.

amadav avatar Dec 06 '21 23:12 amadav

The issue had no activity for 30 days, mark with Stale label.

github-actions[bot] avatar Feb 26 '22 01:02 github-actions[bot]

This feature would be very useful for numerous use cases of ours.

zbentley avatar May 13 '22 22:05 zbentley