eolivelli commented on a change in pull request #10762:
URL: https://github.com/apache/pulsar/pull/10762#discussion_r663886487
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentDispatcherMultipleConsumers.java
##########
@@ -862,11 +864,15 @@ public void cursorIsReset() {
}
}
- protected boolean addMessageToReplay(long ledgerId, long entryId) {
+ protected boolean addMessageToReplay(long ledgerId, long entryId, Long
stickyKeyHash) {
Review comment:
@lhotari do you have a proposal ? we cannot use a sentinel value,
because every "long" value is allowed here
--
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]