BewareMyPower commented on PR #245:
URL:
https://github.com/apache/pulsar-client-node/pull/245#issuecomment-1313091270
> Then use it like below(BTW: This approach does not require additional
instructions in the documentation):
>
> ```js
> const Pulsar = require('./Pulsar.node');
> ```
It doesn't make sense to me. The examples under the
https://github.com/apache/pulsar-client-node/tree/master/examples directory all
uses:
```node
const Pulsar = require('pulsar-client');
```
It a user switched to a temporary release from an official release, they
have to modify the existing code.
--
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]