lollipopjin commented on code in PR #985:
URL: https://github.com/apache/rocketmq-clients/pull/985#discussion_r2055313984


##########
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:
   How about enableMessageGroupParallelism?



-- 
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

Reply via email to