Masahiro Sakamoto

Results 35 comments of Masahiro Sakamoto

@iamrmin If the connection is disconnected from the server side, the client will automatically reconnect and the application should not need to detect it. Could you tell me why you...

@iamrmin On the producer side, we should be able to notice that the connection has been lost because message sending times out (the duration can be changed with the `sendTimeoutMs`...

If https://github.com/apache/pulsar/pull/15508 fundamentally solves this issue, I think it's enough to raise the minimum version of the C++ client required by the Node.js client by the next release. I don't...

Currently, the Node.js client does not support non-durable subscription. This is because there is no C API to specify the subscription mode.

In my environment, the package can be installed and works properly even if the Node.js version is 10.x. ```sh $ node -v v10.16.3 $ npm -v 6.9.0 $ rpm -qa...

Yes, my environment is CentOS 7.

The Node.js client library does not support Windows. At least we haven't verified that it can be installed and built on Windows. This npm package depends on Pulsar C++ client...

> IMHO, the solution is to have this project publish the c++ binaries. You can see from the following output that npm/node-gyp is trying to fetch the prebuilt. Unfortunately, there...

@bwalendz @rkaw92 I have added the type definitions to this repository: https://github.com/apache/pulsar-client-node/pull/140

@Matt-Esch Could you provide the code to reproduce this issue? And how often does this issue occur?