Description
There are several things we need to do to implement read-your-writes consistency for Kudu scans. I'll mark those as blockers.
Today, this can be achieved in the Kudu client by setting the following client options together: LEADER_ONLY + READ_AT_SNAPSHOT while not provided a snapshot timestamp.
At the time of writing, there is no way to achieve this with the Java client.
Attachments
Issue Links
1.
|
Add support to Java client for read-your-writes consistency | Resolved | Unassigned | |
2.
|
Add friendly C++ API for read-your-writes consistency | Resolved | Unassigned |