Skip to content

Commit

Permalink
[hotfix][pulsar] Fix the bug that can't consume messages all the time. (
Browse files Browse the repository at this point in the history
  • Loading branch information
lightzhao authored Mar 22, 2023
1 parent 801642f commit a6705cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public void open() throws PulsarClientException {
if (split.getLatestConsumedId() == null) {
startCursor.seekPosition(consumer);
}
this.running = true;
}

@Override
Expand Down

0 comments on commit a6705cc

Please sign in to comment.