vongosling commented on a change in pull request #127: [ROCKETMQ-233] Fix pull interval issue URL: https://github.com/apache/incubator-rocketmq/pull/127#discussion_r140947183
########## File path: client/src/main/java/org/apache/rocketmq/client/impl/consumer/DefaultMQPushConsumerImpl.java ########## @@ -273,6 +273,17 @@ public void pullMessage(final PullRequest pullRequest) { final long beginTimestamp = System.currentTimeMillis(); PullCallback pullCallback = new PullCallback() { + + private void scheduleNextPull(PullResult pullResult) { Review comment: correctTagsOffsetAndSchedulePull is not a good method. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services