You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/28 03:50:55 UTC

[GitHub] [pulsar-client-cpp] shibd opened a new issue, #95: [feature request] C++ and Python client support producer access mode.

shibd opened a new issue, #95:
URL: https://github.com/apache/pulsar-client-cpp/issues/95

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
   
   
   ### Motivation
   
   The current java client supports four access modes: `Shared`, `Exclusive`, `ExclusiveWithFencing`, and `WaitForExclusive`.
   
   C++ and Python also needs support.
   
   The issue is responsible for tracking, and specific tasks can be disassembled to do.
   
   
   
   ### Solution
   
   Refer PIP:
   1. [PIP 68: Exclusive Producer](https://github.com/apache/pulsar/wiki/PIP-68%3A-Exclusive-Producer)
   2. [PIP161: ExclusiveWithFencing](https://github.com/apache/pulsar/issues/15528)
   
   
   ### Alternatives
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org