gilesbradshaw commented on issue #76: subscribe from earliest message
URL: 
https://github.com/apache/pulsar-client-node/issues/76#issuecomment-589263593
 
 
   ok I am answering my own question here
   
   it's
   
   ```js
   
   const earliestConsumer = await client.subscribe({
     topic,
     subscription: 'earliestSub',
     subscriptionInitialPosition: 'Earliest',
   });
   
   ```
   
   however I didn't find this in the docs...

----------------------------------------------------------------
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


With regards,
Apache Git Services

Reply via email to