lizhimins commented on code in PR #985: URL: https://github.com/apache/rocketmq-clients/pull/985#discussion_r2055299172
########## java/client-apis/src/main/java/org/apache/rocketmq/client/apis/consumer/PushConsumerBuilder.java: ########## @@ -81,6 +81,14 @@ public interface PushConsumerBuilder { */ PushConsumerBuilder setConsumptionThreadCount(int count); + /** + * Set the fifo parallel processing. + * + * @param enableFifoParallelProcessing enable fifo parallel processing. + * @return the consumer builder instance. + */ + PushConsumerBuilder setEnableFifoParallelConsuming(boolean enableFifoParallelProcessing); Review Comment: 多了个空格,命名有点怪 fifo parallel ? 应该在接口上具体解释这个 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