[DISCUSS] Report an error when seeking a multi-topics consumer that subscribes no topics

2024-05-28 Thread Yunze Xu
Hi community, Recently I found the behavior of seeking a multi-topics consumer is intuitive. If there are no internal consumers, the `seek` call will just succeed silently. If a consumer subscribes with a regex and no topics are found, users might think the seek operation succeeds while no topics

Re: [VOTE] Release Apache Pulsar 3.3.0 based on 3.3.0-candidate-3

2024-05-28 Thread Cong Zhao
Hello all, The vote to release Apache Pulsar version 3.3.0 based on 3.3.0-candidate-3 is now closed. The vote PASSED with 3 binding "+1", 0 non-binding "+1" and 0 "-1" votes: "+1" Binding votes: - Jiwei Guo - PengHui Li - Baodi Shi I'll continue with the release process and the release announ

Re: [VOTE] Release Apache Pulsar 3.3.0 based on 3.3.0-candidate-3

2024-05-28 Thread Zike Yang
+1 (binding) - Build from source - Checked the signatures - Run standalone - Run pulsar-client-go tests with image: czcoder/pulsar:3.3.0-0771f81 https://github.com/RobertIndie/pulsar-client-go/pull/1 BR, Zike Yang On Wed, May 29, 2024 at 9:25 AM PengHui Li wrote: > > +1 (binding) > > - Build fr

Re: [VOTE] Release Apache Pulsar 3.3.0 based on 3.3.0-candidate-3

2024-05-28 Thread PengHui Li
+1 (binding) - Build from source - Checked the signatures - Run standalone - Verified the Cassandra connector - Verified the Stateful function - Run pulsar-perf with 100 topics and batch disabled Regards, Penghui On Wed, May 29, 2024 at 8:32 AM PengHui Li wrote: > Sorry for the confusion. > Af

Re: [VOTE] Release Apache Pulsar 3.3.0 based on 3.3.0-candidate-3

2024-05-28 Thread PengHui Li
Sorry for the confusion. After checking more details, the fix makes more sense. For more cases, user think it's a bug if you can grant permission to a non-existent topic. I will verify this release today. Thanks, Penghui On Tue, May 28, 2024 at 4:33 PM PengHui Li wrote: > Hi Cong, > > Thanks fo

[DISCUSS] PIP-344: Support Geo-Replication starts at earliest position

2024-05-28 Thread Yubiao Feng
Hi all I drafted a proposal to let Geo-Replication support start at the earliest position. https://github.com/apache/pulsar/pull/22791 I'm looking forward to hearing from you. Thanks Yubiao Feng

Re: [VOTE] Release Apache Pulsar 3.3.0 based on 3.3.0-candidate-3

2024-05-28 Thread PengHui Li
Hi Cong, Thanks for driving the release. This PR https://github.com/apache/pulsar/pull/22547 has changed the behavior of permission operations on a topic. The issue is it will break the user's case which relies on the lazy auto-creation of the topic. They can grant permission to the topic but the

Re: [VOTE] Release Apache Pulsar 3.3.0 based on 3.3.0-candidate-3

2024-05-28 Thread Baodi Shi
+1 (binding) - Build from the source code - Checked the signatures - Start the standalone - Run Node.js client unit test with image: czcoder/pulsar:3.3.0-0771f81 - https://github.com/shibd/pulsar-client-node/pull/38 Thanks, Baodi Shi On May 27, 2024 at 11:33:14, Cong Zhao wrote: > Thanks Y