mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-01 15:47:01 +08:00
[ISSUE #5613] Change the broker default value configuration of 'useServerSideResetOffset' (#5613) (#7581)
Co-authored-by: RongtongJin <jinrongtong16@mails.ucas.ac.cn>
This commit is contained in:
@@ -310,7 +310,7 @@ public class BrokerConfig extends BrokerIdentity {
|
||||
|
||||
private boolean asyncSendEnable = true;
|
||||
|
||||
private boolean useServerSideResetOffset = false;
|
||||
private boolean useServerSideResetOffset = true;
|
||||
|
||||
private long consumerOffsetUpdateVersionStep = 500;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user