michalcukierman commented on issue #23239: URL: https://github.com/apache/pulsar/issues/23239#issuecomment-2321481607
Setting: ``` .subscriptionMode(SubscriptionMode.Durable) ``` Fixes the problem. So the problem may be with the rewinding the NonDurableCursor, or a backlog calculation (if the cursor is set to the next, non-existing message, whats allowed). -- 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]
