[ISSUE #7489] Code comment enhancement in example (#7490)

* Doc: How to debug in Idea

* en

* enhance code comment
This commit is contained in:
Ao Qiao
2023-10-23 16:34:10 +08:00
committed by GitHub
parent 3968c186a5
commit 8f020b397a
@@ -75,7 +75,7 @@ public class PullConsumer {
if (msgs != null && !msgs.isEmpty()) {
this.doSomething(msgs);
//update offset to broker
//update offset to local memory, eventually to broker
consumer.updateConsumeOffset(messageQueue, pullResult.getNextBeginOffset());
//print pull tps
this.incPullTPS(topic, pullResult.getMsgFoundList().size());