Skip to content

Commit

Permalink
fix retrieveMessageFromPopRetryTopicV1 annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
drpmma committed Nov 8, 2023
1 parent 0d6f9bb commit f3f1a96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public class BrokerConfig extends BrokerIdentity {
private boolean enablePopBatchAck = false;
private boolean enableNotifyAfterPopOrderLockRelease = true;
private boolean initPopOffsetByCheckMsgInMem = true;
// read message from pop retry topic v1, for the compatibility, will be removed in the next version
// read message from pop retry topic v1, for the compatibility, will be removed in the future version
private boolean retrieveMessageFromPopRetryTopicV1 = true;

private boolean realTimeNotifyConsumerChange = true;
Expand Down

0 comments on commit f3f1a96

Please sign in to comment.