equanz commented on issue #92: URL: https://github.com/apache/pulsar-client-node/issues/92#issuecomment-638692574
I see. In your use case, create new subscription when a new consumer comes in, right? If so, I think new subscription use `earliest` position and don't process processed message by consumer side. `earliest` can set initial subscription position to 'never deleted' message. However, 'never deleted' message is not always corresponding to unacked message correctly. If you don't implement this process, I think you should reuse subscription. ---------------------------------------------------------------- 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]
