drpmma commented on issue #8154:
URL: https://github.com/apache/rocketmq/issues/8154#issuecomment-2117046930

   ```json
   "checkout-group":{
        "attributes":{},
        "brokerId":0,
        "consumeBroadcastEnable":true,
        "consumeEnable":true,
        "consumeFromMinEnable":true,
        "consumeMessageOrderly":false,
        "consumeTimeoutMinute":15,
        "groupName":"checkout-group",
        "groupRetryPolicy":{
                "type":"CUSTOMIZED"
        },
        "groupSysFlag":0,
        "notifyConsumerIdsChangedEnable":true,
        "retryMaxTimes":16,
        "retryQueueNums":1,
        "whichBrokerWhenConsumeSlowly":1
   }
   ```
   
   The "consumeMessageOrderly" is false which is not been set properly.  


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