BewareMyPower commented on code in PR #20591:
URL: https://github.com/apache/pulsar/pull/20591#discussion_r1231980578
##########
pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerImpl.java:
##########
@@ -136,6 +136,7 @@
protected volatile MessageId lastDequeuedMessageId = MessageId.earliest;
private volatile MessageId lastMessageIdInBroker = MessageId.earliest;
+ protected volatile CompletableFuture<Void> inProgressSubscribeFuture;
Review Comment:
I will open another PR for it. For the message lost issue specifically, this
PR LGTM.
--
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]