goku321 opened a new issue #92:
URL: https://github.com/apache/pulsar-client-node/issues/92


   My use case: I have a shared subscription with a bunch of consumers. 
Suppose, all the consumers die and there are messages still being published to 
the topic. When a new consumer comes in, I want it to read from the last 
unacknowledged message so that no messages are lost or unprocessed.
    
   So, I want to create a subscription with initial subscription position as 
`earliest` but I don't see any option to set the initial position. Also, What 
is default behavior? `earliest` or `latest ?


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to