Hi, We're releasing C++ and python 3.0.0 client, Node.js Client is also built on C++, and I'd like to discuss whether to start working on Node.js Client 3.0.0 as well.
In Node.js 3.0.0 Client, I mainly want to make the following changes: 1. Users no longer need to install the C++ client when using the Node Js client. This PR has already done some work: https://github.com/apache/pulsar-client-node/pull/235 2. Let the node client build based on C++ 3.0.0. Maybe it can be iterated according to the current version number, but I think the three clients of Python, Node, and C++ are closely related. Therefore, it will be more unified for the Node.js client to start with 3.0.0. Thanks Baodi Shi