You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Apache Pulsar Slack <ap...@gmail.com> on 2020/04/27 09:11:04 UTC

Slack digest for #dev - 2020-04-27

2020-04-26 13:01:48 UTC - Tolulope Awode: node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Tried to download(404): <https://pulsar.apache.org/docs/en/client-libraries-cpp/libpulsar-v1.1.0-node-v64-linux-x64.tar.gz>
node-pre-gyp WARN Pre-built binaries not found for pulsar-client@1.1.0 and node@10.20.1 (node-v64 ABI, glibc) (falling back to source compile with node-gyp)
 NMP is trying to look for this line ==&gt;_WARN Tried to download(404): <https://pulsar.apache.org/docs/en/client-libraries-cpp/libpulsar-v1.1.0-node-v64-linux-x64.tar.gz>_
but was not found
I tried to check the address too, it was not going
#Please, help
----
2020-04-26 13:02:27 UTC - Tolulope Awode: Pulsar-Client for nodejs
----
2020-04-26 18:22:07 UTC - Sijie Guo: yes it is implemented.

you can configure it via system properties.

pulsar.allocator.pooled
pulsar.allocator.exit_on_oom
pulsar.allocator.leak_detection

Check conf/pulsar_env.conf
----