Jason918 commented on a change in pull request #14449:
URL: https://github.com/apache/pulsar/pull/14449#discussion_r814423040
##########
File path:
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/ManagedCursor.java
##########
@@ -532,10 +532,14 @@ void asyncFindNewestMatching(FindPositionConstraint
constraint, Predicate<Entry>
*
* @param position
* position to move the cursor to
+ * @param forceReset
+ * whether to force reset the position event if the position is
no longer in the managed ledger,
Review comment:
```suggestion
* whether to force reset the position even if the position
is no longer in the managed ledger,
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]