Description
The sync Java client (KuduClient) doesn't seem to have APIs available for getting or setting the propagated timestamp.
It also seems like the APIs are currently using 'long' which is going to be problematic when we implement KUDU-611. Instead we should have a "token"-based API which returns and takes an opaque byte[].
Attachments
Issue Links
- is related to
-
KUDU-1411 Implement HT timestamp propagation in the Java client
- Resolved