RE: [VOTE] Pulsar Node.js Client Release 1.7.0 Candidate 2

2022-10-06 Thread Masahiro Sakamoto
-1 (binding) I almost always get "Failed to send message: AlreadyClosed" errors when running the following code: ## $ cat producer.js const Pulsar = require('./index.js'); (async () => { const client = new Pulsar.Client({ serviceUrl: 'pulsar://localhost:6650',

Re: [VOTE] Pulsar Node.js Client Release 1.7.0 Candidate 2

2022-10-06 Thread Hiroyuki Sakai
+1 (binding) * check the license headers * build the source and run producer/consumer * verify checksum and signatures == Hiroyuki Sakai Yahoo Japan Corp. E-mail: hsa...@yahoo-corp.jp From: Yuto Furuta Sent: Thursday, October 6, 2022 15:57 To: dev@pulsar

Re: [DISCUSS] Release Pulsar Client C++ 3.0.0

2022-10-06 Thread Enrico Olivelli
Sure! Enrico Il Gio 6 Ott 2022, 20:07 Matteo Merli ha scritto: > We have moved the C++ client to its own separate repo > (https://github.com/apache/pulsar-client-cpp) as part of PIP-209. > > There are several new features and fixes in the main branch that it > would be good to get released, as

[DISCUSS] Release Pulsar Client C++ 3.0.0

2022-10-06 Thread Matteo Merli
We have moved the C++ client to its own separate repo (https://github.com/apache/pulsar-client-cpp) as part of PIP-209. There are several new features and fixes in the main branch that it would be good to get released, as well to get the new release process all flushed out. Matteo -- Matteo Mer