## 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.
Motivation
You can refer to PIP-38.
Solution
We already support batch receive in the C++ client apache/pulsar-client-cpp#21, In the Node.js client side, we can wrap its interface for support.