Apache Pulsar NodeJS ClientApache Pulsar NodeJS 客户端
Pulsar Node.js 客户端支持用 Node.js 来创建 Pulsar 生产者和消费者。Pulsar Node.js 客户端库基于 C++ 客户端库文件,支持 Node.js 10.x 版本及更新版本。
安装 Pulsar NodeJS 客户端很简单,可以通过下面命令:
npm install pulsar-client
如果你想通过编译方式安装,可使用下面命令
$ git clone https://github.com/apache/pulsar-client-node.git
$ cd pulsar-client-node
$ npm install
重新构建 Pulsar Client 库文件:
$ npm run build
评论