Re: [Discuss][Go client] StartMessageIDInclusive should affect the behavior after seeking.

2025-03-06 Thread Zike Yang
Hi Baodi, +1 This breaking change looks good to me. We should ensure the Go client's behavior is as consistent as possible with the Java client's. Thanks, Zike Yang On Thu, Mar 6, 2025 at 11:04 PM Yunze Xu wrote: > > Hi Baodi, > > There is a similar discussion before: > https://lists.apache.org

Re: [Discuss][Go client] StartMessageIDInclusive should affect the behavior after seeking.

2025-03-06 Thread Jie crossover
+1 This fix effectively reduces the comprehension burden for Gopher. -- Best Regards! crossoverJie Zike Yang 于2025年3月7日周五 10:22写道: > Hi Baodi, > > +1 > This breaking change looks good to me. We should ensure the Go > client's behavior is as consistent as possible with the Java client's. > > Th

Re: [ANNOUNCE] Apache Pulsar C# Client DotPulsar 4.2.0 released

2025-03-06 Thread tison
Congrats and thank David for driving this release! Best, tison. David Jensen 于2025年3月6日周四 17:10写道: > > The Apache Pulsar team is proud to announce DotPulsar version 4.2.0. > > Pulsar is a highly scalable, low-latency messaging platform running on > commodity hardware. It provides simple pub-sub

Re: [VOTE] Release Apache Pulsar Helm Chart 4.0.0 based on 4.0.0-candidate-1

2025-03-06 Thread Lari Hotari
Aborting the vote for Apache Pulsar Helm Chart 4.0.0 based on 4.0.0-candidate-1 since I missed some changes that were needed for major version upgrade to 4.0.0 . I'll publish 4.0.0-candidate-2 soon, so please vote on that instead. -Lari On 2025/03/04 21:23:10 Lari Hotari wrote: > Hello Apache

Re: [VOTE] DotPulsar Release 4.2.0-rc.1

2025-03-06 Thread David Jensen
+1 (binding) On 2025/03/03 09:15:34 David Jensen wrote: > Hi everyone, > > Please review and vote on the release candidate for the version 4.2.0, as > follows: > > [ ] +1, Approve the release > [ ] -1, Do not approve the release (please provide specific comments) > > DotPulsar's KEYS file cont

[RESULT][VOTE] Apache Pulsar DotPulsar 4.2.0 released

2025-03-06 Thread David Jensen
???The vote to release Apache DotPulsar 4.2.0 has passed. The vote PASSED with xxx binding +1 and 0 -1 votes: Binding votes: +1 binding Lari Hotari Daniel Blankensteiner David Jensen ??? Vote thread: https://lists.apache.org/thread/lwnoqtc1mj26454xq37vm38vmq5g6gw1 Thank you to all the above

[ANNOUNCE] Apache Pulsar C# Client DotPulsar 4.2.0 released

2025-03-06 Thread David Jensen
The Apache Pulsar team is proud to announce DotPulsar version 4.2.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 management for subscribe

[VOTE] Release Apache Pulsar Helm Chart 4.0.0 based on 4.0.0-candidate-2

2025-03-06 Thread Lari Hotari
Hello Apache Pulsar Community, This is a call for the vote to release the Apache Pulsar Helm Chart version 4.0.0. Release notes for 4.0.0-candidate-2: https://github.com/apache/pulsar-helm-chart/releases/tag/pulsar-4.0.0-candidate-2 The release candidate is available at: https://dist.apache.org/

Re: [Discuss][Go client] StartMessageIDInclusive should affect the behavior after seeking.

2025-03-06 Thread Yunze Xu
Hi Baodi, There is a similar discussion before: https://lists.apache.org/thread/ryn7pq0ctfd5372ww1gsplkplz2sjc0d Since the PR is ready to change the behavior, let's discuss again to make more people know. IMO, it's +1 to me if there is no complaint from the community (the replies previous mail li

[Discuss][Go client] StartMessageIDInclusive should affect the behavior after seeking.

2025-03-06 Thread Baodi Shi
https://github.com/apache/pulsar-client-go/pull/1340 In this PR, I fixed the inconsistency in the Go client regarding the behavior of `HasNext, Next, and receive` after `seek`. However, there's a point of contention due to a breaking change. Refer to comment: https://github.com/apache/pulsar-clie