Skip to content

Commit

Permalink
[ISSUE apache#7489] Code comment enhancement in example (apache#7490)
Browse files Browse the repository at this point in the history
* Doc: How to debug in Idea

* en

* enhance code comment
  • Loading branch information
joeCarf authored Oct 23, 2023
1 parent 3968c18 commit 8f020b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void run() {

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());
Expand Down

0 comments on commit 8f020b3

Please sign in to comment.