sijie commented on a change in pull request #1808: Allow to configure sticky 
reads
URL: https://github.com/apache/bookkeeper/pull/1808#discussion_r233677209
 
 

 ##########
 File path: 
bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ClientConfiguration.java
 ##########
 @@ -1135,6 +1136,34 @@ public ClientConfiguration 
setReorderReadSequenceEnabled(boolean enabled) {
         return this;
     }
 
+    /**
+     * If read operation should be sticky to a single bookie or not.
+     *
+     * @return true if reorder read sequence is enabled, otherwise false.
+     */
+    public boolean isStickyReadsEnabled() {
 
 Review comment:
   you mean per ledger handle flag, not per read request flag, right?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to