savearray2 commented on pull request #125:
URL: 
https://github.com/apache/pulsar-client-node/pull/125#issuecomment-702408336


   @hrsakai 
   Thank you for your time.
   
   I've completed the changes you've requested.
   The interface is now as follows:
   ```js
   const topicsPattern = 'persistent://public/default/produce-abc[a-z]ef';
   const consumer = await client.subscribe({
     topicsPattern,
     subscription: 'sub',
     subscriptionType: 'Shared',
   });
   ```
   
   Please let me know if you would like me to make any additional modifications.


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