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


##########
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:
   what about enableMessageGroupParallelConsume ?



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