We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current java client supports four access modes: Shared, Exclusive, ExclusiveWithFencing, and WaitForExclusive.
Shared
Exclusive
ExclusiveWithFencing
WaitForExclusive
The issue is responsible for tracking, and specific tasks can be disassembled to do.
Refer PIP:
The text was updated successfully, but these errors were encountered:
Related: #896
Sorry, something went wrong.
Same issue here I would like to implement a leader election scheme with the go client
I will work on it.
No branches or pull requests
Motivation
The current java client supports four access modes:
Shared
,Exclusive
,ExclusiveWithFencing
, andWaitForExclusive
.The issue is responsible for tracking, and specific tasks can be disassembled to do.
Solution
Refer PIP:
The text was updated successfully, but these errors were encountered: