Skip to content

Commit

Permalink
Fixed merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Feb 21, 2024
1 parent eb27e6e commit 32138e3
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2098,11 +2098,6 @@ public long getClientConnectBookieUnavailableLogThrottlingMs() {
return getLong(CLIENT_CONNECT_BOOKIE_UNAVAILABLE_LOG_THROTTLING, 5_000L);
}

public ClientConfiguration setBatchReadEnabled(boolean enable) {
setProperty(BATCH_READ_ENABLED, enable);
return this;
}

public boolean isBatchReadEnabled() {
return getBoolean(BATCH_READ_ENABLED, true);
}
Expand Down

0 comments on commit 32138e3

Please sign in to comment.