提交 a358009d 编写于 作者: R Rajan Dhabalia 提交者: xiaolong.ran

[pulsar-broker] Disable stickyRead by default (#5321)


(cherry picked from commit 87aa78ba)
上级 c89fb48e
......@@ -769,7 +769,7 @@ public class ServiceConfiguration implements PulsarConfiguration {
+ "a single bookie.\n" +
"If this flag is enabled, the client will use one single bookie (by " +
"preference) to read all entries for a ledger.")
private boolean bookkeeperEnableStickyReads = true;
private boolean bookkeeperEnableStickyReads = false;
/**** --- Managed Ledger --- ****/
@FieldContext(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册