lizhimins commented on code in PR #985: URL: https://github.com/apache/rocketmq-clients/pull/985#discussion_r2055299988
########## java/client/src/main/java/org/apache/rocketmq/client/java/impl/consumer/FifoConsumeService.java: ########## @@ -35,16 +39,35 @@ @SuppressWarnings("UnstableApiUsage") class FifoConsumeService extends ConsumeService { private static final Logger log = LoggerFactory.getLogger(FifoConsumeService.class); + private final boolean enableFifoParallelConsuming; Review Comment: 还应该在日志里标注,是否开启了这个 feature -- 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org