he1016060110 commented on issue #298: DefaultMQPushConsumer callback里面如果部分成功如果处理
URL: 
https://github.com/apache/rocketmq-client-cpp/issues/298#issuecomment-614360297
 
 
   > You can set consume batch size to 1 by 
DefaultMQPushConsumer::setConsumeMessageBatchMaxSize.
   
   tried.the concurrency is so low.so i suggest that consumeMessage should 
contains two params,like solution below
   consumeMessage(const std::vector& msgs, std::vecotr & batchStatus)
   so that we can send message back according to the different status of every 
message of the batch. 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to