[ANNOUNCE] Apache Pulsar Node.js client 1.13.2 released

2025-05-29 Thread Baodi Shi
The Apache Pulsar team is proud to announce Apache Pulsar Node.js client version 1.13.2. 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 mana

Broker entry cache refactoring - PR #24363 review requested

2025-05-29 Thread Lari Hotari
Hi all, I've submitted PR #24363 that refactors the broker entry cache eviction algorithm to fix some correctness and performance issues in the current implementation. The current EntryCacheDefaultEvictionPolicy has a few problems. The size-based eviction doesn't guarantee that the oldest entries

Re: VOTE] Pulsar Node.js Client Release 1.13.2 Candidate 1

2025-05-29 Thread Baodi Shi
Close this vote with 3 +1 binding passed: - Yunze Xu - Zike Yang - Baodi Shi Thanks, Baodi Shi Baodi Shi 于2025年5月30日周五 08:52写道: > > +1(binding) > > - Verified checksum and signatures > - Install nodejs client with node v20.14.0 on macOS 15.4.1 > - Verified produce and consume > > Thanks, > Baodi

Re: VOTE] Pulsar Node.js Client Release 1.13.2 Candidate 1

2025-05-29 Thread Baodi Shi
+1(binding) - Verified checksum and signatures - Install nodejs client with node v20.14.0 on macOS 15.4.1 - Verified produce and consume Thanks, Baodi Shi Zike Yang 于2025年5月29日周四 22:14写道: > > +1 (binding) > > - Verified checksum and signatures > - Install nodejs client with node v18.19.0 on mac

[DISCUSS] PIP-421: Require Java 17 as the minimum for Pulsar Java client SDK

2025-05-29 Thread Matteo Merli
https://github.com/apache/pulsar/pull/24364 --- # PIP-421: Require Java 17 as the minimum for Pulsar Java client SDK # Context Currently, Pulsar requires Java 17 for the server side components and Java 8 for the client SDK and the client admin SDK. For the server side components the change was

Re: VOTE] Pulsar Node.js Client Release 1.13.2 Candidate 1

2025-05-29 Thread Zike Yang
+1 (binding) - Verified checksum and signatures - Install nodejs client with node v18.19.0 on macOS 15.4.1 - Verified produce and consume Thanks, Zike Yang On Tue, May 27, 2025 at 8:55 PM Yunze Xu wrote: > > +1 (binding) > > - Verified checksum and signatures > - Built from source on macOS with