[ANNOUNCE] Apache Pulsar Go Client 0.12.0 released

2024-01-28 Thread Zike Yang
The Apache Pulsar team is proud to announce Apache Pulsar Go Client version 0.12.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: [DISCUSS] PIP-332: peek messages from topic subscription with offset value

2024-01-28 Thread PengHui Li
Hi Dalaji, It sounds good to me. And I think you can start to draft the PIP and move to the vote stage. Regards, Penghui On Sat, Jan 20, 2024 at 3:33 AM Balaji Lakshmanan wrote: > Hi, > > Currently we are able to peek at any number of messages using the Pulsar > Java Admin API. > > However, w

Re: [VOTE] Pulsar Client Go Release 0.12.0 Candidate 3

2024-01-28 Thread Zike Yang
Thanks to everyone! Close this vote with 3 bindings +1s: - Penghui - Yunze - Yubiao Feng Thanks, Zike Yang On Fri, Jan 26, 2024 at 2:26 PM Yubiao Feng wrote: > > +1 (binding) > > - Build from source > - Run Pub & Sub with the pulsar cluster(branch-master) > > Thanks > Yubiao Feng > > On Wed, Ja

Re: [DISCUSS] Release Pulsar Node.js client v1.10.0

2024-01-28 Thread Zike Yang
+1 Thanks, Zike Yang On Mon, Jan 29, 2024 at 9:30 AM PengHui Li wrote: > > +1 > > Thanks for driving the release. > > Penghui > > On Mon, Jan 29, 2024 at 9:08 AM Baodi Shi wrote: > > > Hi all, > > > > I would like to propose releasing the Pulsar Node.js client v1.10.0 > > > > It has been over 5

Re: [DISCUSS] Release Pulsar Node.js client v1.10.0

2024-01-28 Thread PengHui Li
+1 Thanks for driving the release. Penghui On Mon, Jan 29, 2024 at 9:08 AM Baodi Shi wrote: > Hi all, > > I would like to propose releasing the Pulsar Node.js client v1.10.0 > > It has been over 5 months since the last release (1.9.0). There have > been many new features and bug fixes since th

[DISCUSS] Release Pulsar Node.js client v1.10.0

2024-01-28 Thread Baodi Shi
Hi all, I would like to propose releasing the Pulsar Node.js client v1.10.0 It has been over 5 months since the last release (1.9.0). There have been many new features and bug fixes since then. It's time to release a new version. - https://github.com/apache/pulsar-client-node/milestone/15?cl

Re: [E] Re: [DISCUSS] PIP-188(BlueGreenClusterMigration) Remove redirectedClusterURI in Pulsar Client

2024-01-28 Thread Heesung Sohn
I see. Thank you for clarifying this requirement. Then, I am wondering if we need to refactor the current `lookup/urlLookupMap` access code to avoid using `lookup` when the `redirectedClusterURI` is set at the consumers/producer layer. (it appears that we still use `lookup` in the following code a