-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] C++ client support producer access mode. #95
Comments
2 tasks
Please assign it to me. |
4 tasks
The issue had no activity for 30 days, mark with Stale label. |
Todo: ExclusiveWithFencing, and WaitForExclusive |
4 tasks
This was referenced Dec 30, 2022
4 tasks
4 tasks
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search before asking
Motivation
The current java client supports four access modes:
Shared
,Exclusive
,ExclusiveWithFencing
, andWaitForExclusive
.C++ and Python also needs support.
The issue is responsible for tracking, and specific tasks can be disassembled to do.
Solution
Refer PIP:
Alternatives
No response
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: