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

how to enableRetry?

Open bulolo opened this issue 4 years ago • 1 comments

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

bulolo avatar Sep 08 '21 09:09 bulolo

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.

k2la avatar Sep 17 '21 04:09 k2la