You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/09 10:24:18 UTC

[GitHub] [pulsar] dragonls commented on issue #17572: [Bug] Subscription is deleted unexpectedly

dragonls commented on issue #17572:
URL: https://github.com/apache/pulsar/issues/17572#issuecomment-1241791423

   Updating `lastActive` in `ManagedCursorImpl` during stable consumption can fix this bug.
   
   Fox example, add `cursor.updateLastActive()` to the end of `org.apache.pulsar.broker.service.persistent.PersistentSubscription#acknowledgeMessage` but I am not sure whether this is the right place.
   
   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org