You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,9 @@
23
23
24
24
The Pulsar Node.js client can be used to create Pulsar producers and consumers in Node.js. For the supported Pulsar features, see [Client Feature Matrix](https://pulsar.apache.org/client-feature-matrix/).
25
25
26
-
This library works only in Node.js 10.x or later because it uses the
27
-
[node-addon-api](https://github.com/nodejs/node-addon-api) module to wrap the C++ library.
26
+
This library works only in Node.js 12.3 or later because it uses:
27
+
1. The [node-addon-api](https://github.com/nodejs/node-addon-api) module to wrap the C++ library.
28
+
2. The [Mozilla CA](https://nodejs.org/api/tls.html#tlsrootcertificates) file, which is provided by Node.js v12.3.0 and subsequent versions.
0 commit comments