Anonymitaet commented on a change in pull request #13636:
URL: https://github.com/apache/pulsar/pull/13636#discussion_r779968516
##########
File path: site2/docs/client-libraries-node.md
##########
@@ -291,6 +291,13 @@ const consumer = await client.subscribe({
});
```
+> #### Note
+> Pulsar Node.js client uses
[AsyncWorker](https://github.com/nodejs/node-addon-api/blob/main/doc/async_worker.md);
asynchronous operations such as creating consumers/producers and
receiving/sending messages are performed in worker threads.
Review comment:
```suggestion
> Pulsar Node.js client uses
[AsyncWorker](https://github.com/nodejs/node-addon-api/blob/main/doc/async_worker.md).
Asynchronous operations such as creating consumers/producers and
receiving/sending messages are performed in worker threads.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]