pulsar-client-node
pulsar-client-node copied to clipboard
Non-durable subscription
Hi, I'm trying to create a consumer that uses a non-durable subscription, as described here: https://pulsar.apache.org/docs/2.7.0/concepts-messaging/#what-is-a-subscription-mode
However, I cannot find how to set the subscription mode in the Node.js. Am I missing something?
Currently, the Node.js client does not support non-durable subscription. This is because there is no C API to specify the subscription mode.
Any plans to fix this ?