I have designed a pulsar client consumer in my node js project to connect it to a message bus from where I will be receiving the messages but while testing I got the error stating "Message delivery failed as cryptoReader is not implemented". When I raised a request regarding this issue I got to know that encryption in node js will be handled in the 1.4.0 version. Issue link is as follows : https://github.com/streamnative/pulsar-client-node/pull/86
I saw the encryption part in node js is in the testing phase. So can you please let me know the tentative date when this version will be released? As the present situation is acting as a blocker for my project. regards, Shubham Srivastava