pulsar-client-node
pulsar-client-node copied to clipboard
how to enableRetry?
i want to retry if the message is not ack or have error.
i find enableRetry in java version
but i did not find in node
is there any idea to retry msg
likereconsumeLater() in java
https://pulsar.apache.org/docs/zh-CN/concepts-messaging/#retry-letter-topic
Currently, a feature like reconsumeLater is not implemented in Node.js client.
Also, such a feature is not implemented in the C++ client.
Once such a feature becomes available in the C++ client, it will be possible to implement it in the Node.js client as well.