[VOTE] Release Apache Pulsar Helm Chart 3.3.1 based on 3.3.1-candidate-1

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

Re: [VOTE] Pulsar Client C++ Release 3.5.0 Candidate 2

2024-03-15 Thread Yunze Xu
Close this vote by 3 binding +1s - Yunze - Penghui - Jiwei Thanks, Yunze On Fri, Mar 15, 2024 at 11:15 AM guo jiwei wrote: > > +1 (binding) > > - Verified checksum and signatures > - Built from source on macOS m1 > - Ran the tests > > Regards > Jiwei Guo (Tboy) > > > On Thu, Mar 14, 2024 at 9:12

Re: [DISCUSS] PIP-346: Add a simplified configuration file for Pulsar

2024-03-15 Thread Lari Hotari
Before making this change, I hope that there could be discussion about improving the configuration solution in Pulsar. The mailing list thread is https://lists.apache.org/thread/8splwyrn25pt5rb6ph0yz0tfgknn3hqh . With a proper configuration library such as Gestalt Config [1], it's possible to have

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

2024-03-15 Thread Zixuan Liu
+1 This is a good idea that using Gestalt config, which supports json, yaml, env and so on. One notice that Gestalt requires Java 11 or higher. Thanks, Zixuan Lari Hotari 于2024年2月21日 周三17:27写道: > Hello everyone, > > I would like to bring up an issue with Pulsar's containers, specifically > reg

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

2024-03-15 Thread Nicolò Boschi
Isn't a concern that this library is not popular, relatively new and maintained by a single individual? https://github.com/gestalt-config/gestalt/graphs/contributors I mean, to me it's ok but we need to take into consideration that we might need to fork it and include it in the Pulsar project if t

[VOTE] PIP-344: Correct the behavior of the public API pulsarClient.getPartitionsForTopic(topicName)

2024-03-15 Thread Yubiao Feng
Hi All This thread is to start a vote for PIP-344. PIP: https://github.com/apache/pulsar/pull/22182 Discussion thread: https://lists.apache.org/thread/z693blcxoqk0mj0rzyt1k7nvy72j18t5 Thanks Yubiao Feng

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

2024-03-15 Thread Matteo Merli
Pulsar broker already requires Java 17, so it's ok. > Isn't a concern that this library is not popular, relatively new and > maintained by a single individual? This looks to be a non-trivial library but also not a big one :) To me it doesn't look a big risk. If, down the road it gets abandoned w