-
Notifications
You must be signed in to change notification settings - Fork 829
Any semi-sync replication support? #43
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
Comments
Could you please elaborate on why you would what something like this? What is it you are trying to solve? Having read #42 I'll assume you have blocking queue where you store events (received from BinaryLogClient) for further processing and you want to acknowledge each one of them once processing is actually done. If that is the case - a pair of |
Sorry, actually I want to ask the semi-sync replication support.I want to keep up the master status,my slow down the master, but more consistency. |
Oh, I see. Unfortunately it's not supported, BUT it should be fairly easy to implement (process is well documented here). I'm busy on other stuff right now so it might be a while before I get my hands on it. PR would be much appreciated 😁 |
Like this
is this possible ?
The text was updated successfully, but these errors were encountered: