pulsar-client-node icon indicating copy to clipboard operation
pulsar-client-node copied to clipboard

Non-durable subscription

Open rkaw92 opened this issue 3 years ago • 2 comments

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?

rkaw92 avatar Jun 17 '22 14:06 rkaw92

Currently, the Node.js client does not support non-durable subscription. This is because there is no C API to specify the subscription mode.

massakam avatar Jun 23 '22 07:06 massakam

Any plans to fix this ?

JimmyBjorklund avatar Dec 14 '23 12:12 JimmyBjorklund