pulsar-client-node
pulsar-client-node copied to clipboard
node-pre-gyp setup
The current node-pre-gyp setup is incorrect, the binary host points to the docs instead of a place where the built binaries are stored.
Things to do to improve the usage:
- [ ] Set up a CI on Mac OS and Linux (glibc and musl builds?) to build the binaries.
- [ ] Use node-pre-gyp-github tool to upload the built binaries to GitHub releases, so that users can download the binaries during install.
- [ ] This project uses N-API, so the default binary name can be optimised to not include node ABI version in it. This will allow to build a single binary per platform without the need of building it for every node version.
"{module_name}-{version}-{platform}-{libc}-{arch}.tar.gz"
Any update on this issue. I am facing the similar issue in docker