Re: Pulsar Nodejs client 1.8.1 release

2023-02-06 Thread Baodi Shi
+1 I'll do the release work on this version. Thanks, Baodi Shi 在 2023年2月1日 10:55:22 上,Zike Yang 写道: > As discussed in [0], there is a regression bug in Pulsar C++ client > 3.1.0 on which the Nodejs client is based. The C++ client 3.1.1 has > been released to fix this bug [1]. > > We need to

Re: [VOTE] Pulsar Client Python Release 3.1.0 Candidate 2

2023-02-06 Thread Yunze Xu
FYI, I will keep this VOTE open for some time. I found a serious issue about TLS access. Here is the original issue: https://github.com/apache/pulsar-client-cpp/issues/184 I'm investigating this issue at the moment and will give an update soon. Thanks, Yunze On Mon, Feb 6, 2023 at 4:09 PM Zike

[DISCUSS] Publish release candidate to the npm

2023-02-06 Thread Zike Yang
Hi, all In the release process of the Nodejs client 1.8.0 [0], we published the release candidate package to the npm to help verify the candidate. But this could also introduce some inconveniences and risks for the release manager to publish the package. We need to modify the `package.json`

Re: [VOTE] Reactive Java client for Apache Pulsar 0.2.0 Candidate 2

2023-02-06 Thread Christophe Bornet
Thanks for validating the release. Adding my +1 (non-binding) I'm closing the vote. The vote for the release of "Reactive Java client for Apache Pulsar 0.2.0 Candidate 2" passed with +3 binding votes and +1 non-binding votes. I'll proceed with the release procedure and release the source package

Re: [DISCUSS] Topic name restriction

2023-02-06 Thread mattisonchao
Hi, Asaf > I don't understand the idea suggested of making the validation > rulesconfigurable.If understand correctly:* "-partition" is not something you > want configurable - it should always bevalidated* System topics - once we > agree on a naming convention going forward, itshould always be

Re: [DISCUSS] PIP-186: Introduce two phase deletion protocol based on system topic

2023-02-06 Thread Yan Zhao
On 2023/02/05 14:40:10 Asaf Mesika wrote: > On Fri, Feb 3, 2023 at 1:48 PM Yan Zhao wrote: > > > > If you persisted the message successfully by the producer and the broker > > > was terminated before being able to delete the ledger from the metadata > > > service? > > If the broker is

Re: [VOTE] Pulsar Client Python Release 3.1.0 Candidate 2

2023-02-06 Thread Zike Yang
Hi, yunze, Thanks. I think the problem is from the `pip`. I have upgraded my pip and it works fine now. +1 (non-binding) python: 3.7, 3.9, 3.10 - Install python client .whl files on macOS - Run the consumer - Run the producer Thanks, Zike Yang On Mon, Feb 6, 2023 at 1:31 PM Yunze Xu wrote: >