coderzc commented on code in PR #18315:
URL: https://github.com/apache/pulsar/pull/18315#discussion_r1017348859


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentDispatcherMultipleConsumers.java:
##########
@@ -95,6 +95,7 @@ public class PersistentDispatcherMultipleConsumers extends 
AbstractDispatcherMul
     protected boolean shouldRewindBeforeReadingOrReplaying = false;
     protected final String name;
     protected boolean sendInProgress;
+    protected boolean sendInProgressReplay;

Review Comment:
   Good idea, but seems to need to remove `sendInProgress=false` in the 
PersistentStickyKeyDispatcherMultipleConsumers, I use delay execute 
`readMoreEntries` to replace it.



-- 
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]

Reply via email to