Re: [VOTE] Pulsar Release 2.11.1 Candidate-1

2023-04-03 Thread Yufan Sheng
Hi all, I want to emphasize that this issue https://github.com/apache/pulsar/issues/19316 has not been fixed either in 2.11.1. The newly introduced bug of non-persistent topic query. This affects a lot of existing customers and should be put in the highest priority. Thanks Yufan Sheng On Mon, Ap

Re: [RFR] Issue triaging contribution guide

2023-04-03 Thread tison
Added. I'm going to merge it later since we sooner or later need to talk about how to triage issues. Comments after merging are always welcome. Best, tison. tison 于2023年4月1日周六 09:35写道: > Hi Yu, > > Thanks for your suggestions! > > For labels, I'm going to follow up on the label page[1] in the

Re: [DISCUSS] We must change the way we review PIPs

2023-04-03 Thread Asaf Mesika
> > One issue will be PIP numbering. If we only merge accepted PIPs, but > all PIPs get numbers, we'll have holes in our pip/ directory. It might > be worth adding a README.md to the pip directory that both explains > the process and enumerates the PIPs (both accepted and rejected). > I'm ok with

[ANNOUNCE] Apache Pulsar Go Client 0.10.0 released

2023-04-03 Thread Zike Yang
The Apache Pulsar team is proud to announce Apache Pulsar Go Client version 0.10.0. 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 managemen

Re: [VOTE] Pulsar Release 2.9.5 Candidate 2

2023-04-03 Thread Cong Zhao
We can remove 2.9.5 tag, it's just a tag, I don't create a github release. On 2023/04/03 04:48:46 Michael Marshall wrote: > I see that the 2.9.5 tag was pushed [0]. How do we handle that situation? > > Thanks, > Michael > > [0] https://lists.apache.org/thread/rqojf378x9j8p58h0q8zvxg31fo07gn4 >

Re: [VOTE] Pulsar Release 2.9.5 Candidate 2

2023-04-03 Thread Cong Zhao
Yes, Thanks Tison and Yubiao. Close this vote. On 2023/04/03 04:34:50 Yubiao Feng wrote: > -1 (non-binding) > > - The PR 19989[1] fixes an issue that non-super role users cannot access > the tenant's API event if disabled authorization. We should wait for this > PR merge, > > Thanks > Yubiao Fen

Re: [VOTE] Pulsar Release 2.10.4 Candidate 3

2023-04-03 Thread Xiangying Meng
Dear Yubiao Appreciate the reminder. And in light of the mentioned PRs, I would like to suggest that we close this vote for now. Thanks Xiangying On Mon, Apr 3, 2023 at 12:34 PM Yubiao Feng wrote: > -1 (non-binding) > > - The PR 19989[1] fixes an issue that non-super role users cannot access >

[NOTICE] One week left before Pulsar 3.0 code freeze reminder

2023-04-03 Thread Zike Yang
Hi, all I hope you are doing well. I am reaching out to remind everyone of the upcoming code freeze for pulsar 3.0, which we previously discussed in our roadmap [0]. As a reminder, the code on the master branch will be frozen on April 11, which is one week from now(UTC+8). Please make sure that a

[DISCUSS] Dropping the StreamingDispatcher

2023-04-03 Thread Enrico Olivelli
Hello, It has been a long time that we have in the Pulsar code a new experimental Dispatcher implementation named StreamingDispatcher. https://github.com/apache/pulsar/pull/9056 There are many flaky tests about that feature and I believe that it has never been used in Production by anyone, becaus