Skip to content

Commit

Permalink
[ISSUE apache#5613] Change the broker default value configuration of …
Browse files Browse the repository at this point in the history
…'useServerSideResetOffset' (apache#5613) (apache#7581)

Co-authored-by: RongtongJin <[email protected]>
  • Loading branch information
yp969803 and RongtongJin authored Jan 30, 2024
1 parent 7b64f50 commit f70862e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f70862e

Please sign in to comment.