Skip to content
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

Blocking queries until a write operation has synchronized across the cluster? #1396

Open
senojsitruc opened this issue Oct 19, 2022 · 0 comments

Comments

@senojsitruc
Copy link

I've been trying to figure out how to know when a write query (insert, update, delete) has finished such that a subsequent read query will reflect that change.

Looking at the unit tests, internally it is possible to specify the synchronization mode, but is there a way to do that as a client? Or is there another way to accomplish this (other than polling for the change, of course)?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant