Alonexc commented on code in PR #3847:
URL: https://github.com/apache/eventmesh/pull/3847#discussion_r1185646434


##########
eventmesh-storage-plugin/eventmesh-storage-standalone/src/main/java/org/apache/eventmesh/storage/standalone/broker/task/Subscribe.java:
##########
@@ -76,15 +76,13 @@ public void commit(EventMeshAction action) {
                                     log.info("message commit, topic: {}, 
current offset:{}", topicName,
                                         offset.get());
                                     break;
-                                case ReconsumeLater:
-                                    // don't update offset
-                                    break;
                                 case ManualAck:
                                     // update offset
                                     offset.incrementAndGet();
                                     log

Review Comment:
   I don't think a new line is necessary for `log.info()` here.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to