[GitHub] [pulsar-client-node] sneerin opened a new issue #89: Wildcard cupport

2020-05-19 Thread GitBox
sneerin opened a new issue #89: URL: https://github.com/apache/pulsar-client-node/issues/89 I saw wildcard support in golang examples, is there same support for this client? This is an automated message from the Apache Git S

[GitHub] [pulsar-client-node] sneerin commented on issue #87: npm install fails on MacOS

2020-05-19 Thread GitBox
sneerin commented on issue #87: URL: https://github.com/apache/pulsar-client-node/issues/87#issuecomment-631197109 seems to be very sensitive to npm version, updating npm to latest version fixed issues. This is an automated

[GitHub] [pulsar-client-node] sneerin commented on issue #87: npm install fails on MacOS

2020-05-19 Thread GitBox
sneerin commented on issue #87: URL: https://github.com/apache/pulsar-client-node/issues/87#issuecomment-631188549 this is sort of black magic to me :( This is an automated message from the Apache Git Service. To respond to

[GitHub] [pulsar-client-node] pikitgb opened a new pull request #88: Adds NodeJS version to the readme file

2020-05-19 Thread GitBox
pikitgb opened a new pull request #88: URL: https://github.com/apache/pulsar-client-node/pull/88 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [pulsar-client-node] pikitgb commented on issue #87: npm install fails on MacOS

2020-05-19 Thread GitBox
pikitgb commented on issue #87: URL: https://github.com/apache/pulsar-client-node/issues/87#issuecomment-631131595 Uhm, I was able to install using node 12.16.2 but not 8 nor 10 This is an automated message from the Apache G

[GitHub] [pulsar-client-node] pikitgb commented on issue #87: npm install fails on MacOS

2020-05-19 Thread GitBox
pikitgb commented on issue #87: URL: https://github.com/apache/pulsar-client-node/issues/87#issuecomment-631130810 @sneerin uhm, not sure how, ``` $ whereis python2.7 ``` ``` /usr/bin/python2.7 ``` ``` npm config set python /usr/bin/python2.7 ```

[GitHub] [pulsar-client-node] sneerin commented on issue #87: npm install fails on MacOS

2020-05-19 Thread GitBox
sneerin commented on issue #87: URL: https://github.com/apache/pulsar-client-node/issues/87#issuecomment-631060977 This solved the issue npm config set python /path/to/executable/python2.7 npm install --python=python2.7 ---

[GitHub] [pulsar-client-node] sneerin edited a comment on issue #87: npm install fails on MacOS

2020-05-19 Thread GitBox
sneerin edited a comment on issue #87: URL: https://github.com/apache/pulsar-client-node/issues/87#issuecomment-631051658 switching to nodejs 10.x gives another error: `node-pre-gyp WARN Pre-built binaries not found for pulsar-client@1.1.0 and node@10.16.3 (node-v64 ABI, unknown) (fall

[GitHub] [pulsar-client-node] sneerin commented on issue #87: npm install fails on MacOS

2020-05-19 Thread GitBox
sneerin commented on issue #87: URL: https://github.com/apache/pulsar-client-node/issues/87#issuecomment-631051658 switching to nodejs 10.x gives another error: ` CXX(target) Release/obj.target/binding/src/binding.o In file included from ../src/binding.cc:1: In file included from

[GitHub] [pulsar-client-node] sneerin edited a comment on issue #87: npm install fails on MacOS

2020-05-19 Thread GitBox
sneerin edited a comment on issue #87: URL: https://github.com/apache/pulsar-client-node/issues/87#issuecomment-631023232 mac os 10.15.4 node -v v12.13.0 node-gyp -v v5.0.5 i've got libpulsar installed and this `node-pre-gyp WARN Using request for node-pre-gyp https downlo

[GitHub] [pulsar-client-node] sneerin edited a comment on issue #87: npm install fails on MacOS

2020-05-19 Thread GitBox
sneerin edited a comment on issue #87: URL: https://github.com/apache/pulsar-client-node/issues/87#issuecomment-631023232 mac os 10.15.4 i've got libpulsar installed and this `node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp WARN Tried to download(404)

[GitHub] [pulsar-client-node] sneerin commented on issue #87: npm install fails on MacOS

2020-05-19 Thread GitBox
sneerin commented on issue #87: URL: https://github.com/apache/pulsar-client-node/issues/87#issuecomment-631023232 i've got libpulsar installed and this `node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp WARN Tried to download(404): https://pulsar.apache.

Jenkins build is back to normal : pulsar-website-build #998

2020-05-19 Thread Apache Jenkins Server
See

Build failed in Jenkins: pulsar-website-build #996

2020-05-19 Thread Apache Jenkins Server
See Changes: [github] Fix bug that causes delivery of messages to stop on Shared subscription [github] Add Annotations for config validation checking (#6972) [github] Added ability to build consumers in func