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 and hailin0 committed Mar 23, 2023
1 parent b15e05a commit ab8e9e0
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 ab8e9e0

Please sign in to comment.