ingimarlego commented on issue #299:
URL:
https://github.com/apache/pulsar-client-node/issues/299#issuecomment-1443663901
It's running on docker image node:16-alpine. bumping the image to 17 or 18
triggers the issue.
```
"node_modules/pulsar-client": {
"version": "1.8.0",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.9",
"bindings": "^1.5.0",
"node-addon-api": "^4.3.0"
},
"engines": {
"node": ">=10.16.0"
}
}
```
--
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]