lizhimins commented on code in PR #11086:
URL: https://github.com/apache/rocketmq/pull/11086#discussion_r3965021552


##########
test/src/test/java/org/apache/rocketmq/test/offset/OffsetResetForPopIT.java:
##########
@@ -58,9 +56,16 @@ public class OffsetResetForPopIT extends BaseConf {
     private RMQNormalProducer producer = null;
     private RMQPopConsumer consumer = null;
     private DefaultMQAdminExt adminExt;
+    private boolean consumerStarted;
+    private boolean useServerSideResetOffset;
+    private boolean popConsumerKVServiceEnable;
+    private boolean enablePopBufferMerge;

Review Comment:
   不把配置名提取出来比较好



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to