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
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
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
+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
+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
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
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