Hi, Zookeeper suggests using sync if the most up to date value is required for reading. Would it be possible to use Quorum reads for ensuring up to date reads ?
There is a function called isQuorum for indicating quorum requirement for operations. Read is listed as not requiring forum in this function How would changing this to true impact the behavior ? Any pointers would be appreciated. -Abhishek
