[VOTE] Reactive Java client for Apache Pulsar 0.5.4 Candidate 1

2024-04-10 Thread Chris Bono
Following PIP-205: Reactive Java client for Apache Pulsar ( https://github.com/apache/pulsar/issues/17335), this is release candidate 1 for the Reactive Java client for Apache Pulsar, version 0.5.4. *** Please download, test and vote on this release. This vote will stay open for at least 72 hours

Re: [DISCUSSION] Proposal to Replace Pulsar's Homegrown Configuration Framework with Gestalt Config

2024-04-10 Thread Dave Fisher
Moderators note. Colin is not subscribed to the mailing list. I’ve added them to the cc: > On Apr 10, 2024, at 9:56 AM, Colin Redmond wrote: > > Hello, > > I am the author of the Gestalt library and I am honored that you are > considering leveraging my library for your project. > > There

RE: [DISCUSSION] Proposal to Replace Pulsar's Homegrown Configuration Framework with Gestalt Config

2024-04-10 Thread Colin Redmond
Hello, I am the author of the Gestalt library and I am honored that you are considering leveraging my library for your project. There are a lot of really great configuration libraries out there to chose from, and I see you have already done your to do your due diligence in reviewing many (i

Re: [DISCUSS] Remove the limitation between backlog quota and retention policy

2024-04-10 Thread 太上玄元道君
the limitation seems make no sense, after http://github.com/apache/pulsar/pull/22472 merged, I'll try to fix it. Thanks, Tao Jiuming Yike Xiao 于2024年4月10日 周三16:58写道: > Here's a hint as to why this restriction was introduced. > After reviewing the current implementation of the retention policy,

Re: [DISCUSS] Remove the limitation between backlog quota and retention policy

2024-04-10 Thread Yike Xiao
Here's a hint as to why this restriction was introduced. After reviewing the current implementation of the retention policy, I found that the logic for determining whether a ledger exceeds the retention size and should be deleted is based on the following logic (pseudocode): ``` long