## Motivation You can refer to [PIP-38](https://github.com/apache/pulsar/wiki/PIP-38%3A-Batch-Receiving-Messages). ## Solution We already support batch receive in the C++ client https://github.com/apache/pulsar-client-cpp/pull/21, In the Node.js client side, we can wrap its interface for support.