lhotari commented on issue #7436: URL: https://github.com/apache/pulsar/issues/7436#issuecomment-678143085
It looks like there is no NPE with 2.6.1 , however the issue now is that `.subscriptionInitialPosition(SubscriptionInitialPosition.Earliest)` has no impact when using `.subscriptionMode(SubscriptionMode.NonDurable)` . Existing message in the topic don't get consumed. New messages get consumed which didn't work at all in 2.5.2 so some improvement has been made. Does it make sense to create a separate issue about `.subscriptionInitialPosition(SubscriptionInitialPosition.Earliest)` not working with `.subscriptionMode(SubscriptionMode.NonDurable)`? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
