You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "llwwbb (via GitHub)" <gi...@apache.org> on 2023/05/16 09:21:29 UTC

[GitHub] [rocketmq-client-go] llwwbb opened a new issue, #1060: Why is the consumer acknowledged in batches?

llwwbb opened a new issue, #1060:
URL: https://github.com/apache/rocketmq-client-go/issues/1060

   According to the Java example of the official website documentation, it should be possible to ack each message individually, like 
   ```java
   MessageListener messageListener = new MessageListener() {
         @Override
         public ConsumeResult consume(MessageView messageView) {
             System.out.println(messageView);
             // Return the status based on the consumption result. 
             return ConsumeResult.SUCCESS;
         }
     };
   ```


-- 
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-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-client-go] llwwbb closed issue #1060: Why is the consumer acknowledged in batches?

Posted by "llwwbb (via GitHub)" <gi...@apache.org>.
llwwbb closed issue #1060: Why is the consumer acknowledged in batches?
URL: https://github.com/apache/rocketmq-client-go/issues/1060


-- 
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-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org