| tag | c2445e061e130127d12b0e4794d4cdc6dbaf9157 | |
|---|---|---|
| tagger | Masahiro Sakamoto <massakam@yahoo-corp.jp> | Fri Oct 08 18:47:43 2021 +0900 |
| object | a07e5db321bd3121de161ecc115a9e4aa77136ae |
1.3.2-rc.1
| commit | a07e5db321bd3121de161ecc115a9e4aa77136ae | [log] [tgz] |
|---|---|---|
| author | Masahiro Sakamoto <massakam@yahoo-corp.jp> | Fri Oct 08 18:47:43 2021 +0900 |
| committer | Masahiro Sakamoto <massakam@yahoo-corp.jp> | Fri Oct 08 18:47:43 2021 +0900 |
| tree | 57c42375747ca5ef96994369a7834958ebc6fc09 | |
| parent | 55b27c533ba849db0de0c932b6674b91de6eaabf [diff] |
1.3.2-rc.1
The Pulsar Node.js client can be used to create Pulsar producers and consumers in Node.js.
Pulsar Node.js client library is based on the C++ client library. Follow the instructions for C++ library for installing the binaries through RPM, Deb or Homebrew packages.
(Note: you will need to install not only the pulsar-client library but also the pulsar-client-dev library)
Also, this library works only in Node.js 10.x or later because it uses the node-addon-api module to wrap the C++ library.
Compatibility between each version of the Node.js client and the C++ client is as follows:
| Node.js client | C++ client |
|---|---|
| 1.0.x | 2.3.0 or later |
| 1.1.x | 2.4.0 or later |
| 1.2.x | 2.5.0 or later |
| 1.3.x | 2.7.0 or later |
| 1.4.x | 2.8.0 or later |
If an incompatible version of the C++ client is installed, you may fail to build or run this library.
$ npm install pulsar-client
Please refer to examples.
$ git clone https://github.com/apache/pulsar-client-node.git $ cd pulsar-client-node $ npm install
$ npm run build