[ANNOUNCE] Apache Pulsar 3.1.1 released

2023-10-24 Thread guo jiwei
The Apache Pulsar team is proud to announce Apache Pulsar version 3.1.1. Pulsar is a highly scalable, low latency messaging platform running on commodity hardware. It provides simple pub-sub semantics over topics, guaranteed at-least-once delivery of messages, automatic cursor management for subsc

[DISCUSS] PIP-312 Use StateStoreProvider to manage state in Pulsar Functions endpoints

2023-10-24 Thread Pengcheng Jiang
Dear community, I created a PIP to use `StateStoreProvider` instead of Apache BookKeeper's `StorageAdminClient` in Pulsar Functions' putstate and querystate endpoints to manage functions' state store: https://github.com/apache/pulsar/pull/21438 It will decouple the function's state store from Boo

Re: [VOTE] PIP-307: Support subscribing multi-topics for WebSocket

2023-10-24 Thread tison
PIP number conflicts. May we keep using pip-xxx instead of pip_xxx so that Git can help detect number conflict.. Best, tison. 太上玄元道君 于2023年10月24日周二 23:50写道: > +1(no-binding) > > Thanks, > Tao Jiuming > > Cong Zhao 于2023年10月24日 周二16:03写道: > > > +1(no-binding) > > > > Thanks, > > Cong Zhao > >

[RESULT][VOTE] PIP-305: Customize DNS servers to use for Pulsar Client

2023-10-24 Thread Zili Chen
PIP-305 has passed with 3 +1 binding votes and 1 +1 non-binding vote. 3 +1 bindings vote * tison * Jiwei Guo * PengHui Li 1 +1 non-binding vote Zixuan Liu On 2023/10/17 07:23:29 Diego Salvi wrote: > Hi Community, > > This thread is to start a vote for PIP-305. > > PIP: https://github.com/apac

Re: [VOTE] PIP-307: Support subscribing multi-topics for WebSocket

2023-10-24 Thread 太上玄元道君
+1(no-binding) Thanks, Tao Jiuming Cong Zhao 于2023年10月24日 周二16:03写道: > +1(no-binding) > > Thanks, > Cong Zhao > > On 2023/10/19 12:47:45 guo jiwei wrote: > > Hi dev, > >Currently WebSocket only supports the consumption of a single topic, > > which cannot satisfy users' consumption scenarios

Re: [DISCUSS] Roll up project status for pulsar-helm-chart

2023-10-24 Thread Asaf Mesika
Tison, can we mark this repo as suggested? On Tue, Aug 8, 2023 at 12:24 PM Matteo Merli wrote: > Thanks Tison, > > I fully agree that we should have a clear representation of the actual > status of the Helm chart, so that users can have the correct expectation. > > In particular I think we shoul

Re: [VOTE] Pulsar Release 3.1.1 Candidate 1

2023-10-24 Thread guo jiwei
Close this vote by 3 binding +1: - Penghui - Mattison - Yunze Regards Jiwei Guo (Tboy) On Tue, Oct 24, 2023 at 6:27 PM PengHui Li wrote: > +1 (binding) > > - Checked the signatures > - Built from source tarball > - Run standalone and check the produce, consume > - Verified Cassandra connecto

Re: [VOTE] Pulsar Release 3.1.1 Candidate 1

2023-10-24 Thread PengHui Li
+1 (binding) - Checked the signatures - Built from source tarball - Run standalone and check the produce, consume - Verified Cassandra connector - Verified stateful function Regards, Penghui On Tue, Oct 24, 2023 at 12:34 PM Yunze Xu wrote: > +1 (binding) > > - Verified checksum and signatures

Re: [Discuss] Release Pulsar C++ Client 3.4.0

2023-10-24 Thread Baodi Shi
+1 Thanks, Baodi Shi On Oct 23, 2023 at 14:00:48, Zike Yang wrote: > +1, > > BR, > Zike Yang > > On Mon, Oct 23, 2023 at 1:10 PM PengHui Li wrote: > > > Thanks for driving the release, > > > +1 > > > Penghui > > > On Mon, Oct 23, 2023 at 11:00 AM Yunze Xu wrote: > > > > I would like to prop

Re: [VOTE] PIP-307: Support subscribing multi-topics for WebSocket

2023-10-24 Thread Cong Zhao
+1(no-binding) Thanks, Cong Zhao On 2023/10/19 12:47:45 guo jiwei wrote: > Hi dev, >Currently WebSocket only supports the consumption of a single topic, > which cannot satisfy users' consumption scenarios of multiple topics. So > in order to support consumption of multiple topics or pattern