Yuto Furuta

Results 6 comments of Yuto Furuta

From your log, it looks like pulsar-client-cpp is not installed. Please try again after installing pulsar-client-cpp. Also, please tell us the system configuration (OS, client version). >We should have a...

@jskorlol Installation instructions for rpm or debian have been added at https://github.com/apache/pulsar-client-node/pull/213. Please see https://github.com/apache/pulsar-client-node#install-on-linux and try again.

@rkaw92 Is it possible to solve this problem by implementing ReaderListener, which is implemented in C++ Client and C APIs, in Node.js Client? By using ReaderListener, asynchronous read is possible,...

Currently, a feature like `reconsumeLater` is not implemented in Node.js client. Also, such a feature is not implemented in the C++ client. Once such a feature becomes available in the...

I looked at the following Tuya's codes. It appears that clients connect to pulsar cluster with its own authentication method. - https://github.com/TuyaInc/TuyaDemo/blob/084582bd39c3f6b6f8ee6976da996e694ee40f25/open-mq-sdk/src/main/java/com/tuya/open/sdk/mq/MqAuthenticationDataProvider.java#L11-L19 - https://github.com/TuyaInc/tuya_pulsar_sdk_go/blob/46c1e459e32e2f9ebd76bf39bebe50a904b17c29/auth.go#L19-L34 If this method is implemented in...

@Sarmay It seems clang doesn't link to the libpulsar library yet. Please set `PULSAR_CPP_DIR` environment variable to the libpulsar path like below and execute `npm install`. ``` ## Apple Silicon...