Re: [VOTE] Reactive Java client for Apache Pulsar 0.5.3 Candidate 1

2024-02-20 Thread Nicolò Boschi
+1 binding - Validated checksum and signature - Compared source tarballs with the git tag ones - Ran build and tests with JDK21 - all green Thanks, Nicolò Boschi Il giorno lun 19 feb 2024 alle ore 18:06 Enrico Olivelli < eolive...@gmail.com> ha scritto: > +1 (binding) > > Validated checksum an

Community Over Code Asia 2024 Travel Assistance Applications now open!

2024-02-20 Thread Gavin McDonald
Hello to all users, contributors and Committers! The Travel Assistance Committee (TAC) are pleased to announce that travel assistance applications for Community over Code Asia 2024 are now open! We will be supporting Community over Code Asia, Hangzhou, China July 26th - 28th, 2024. TAC exists to

Re: [VOTE] Reactive Java client for Apache Pulsar 0.5.3 Candidate 1

2024-02-20 Thread guo jiwei
+1 binding - Validated checksum and signature - Compared source tarballs with the git tag ones - Ran build and tests with JDK17 Regards Jiwei Guo (Tboy) On Tue, Feb 20, 2024 at 4:10 PM Nicolò Boschi wrote: > +1 binding > > - Validated checksum and signature > - Compared source tarballs with

[ANNOUNCE] New Committer: Asaf Mesika

2024-02-20 Thread Lari Hotari
The Apache Pulsar Project Management Committee (PMC) has invited Asaf Mesika https://github.com/asafm to become a committer and we are pleased to announce that he has accepted. Welcome and Congratulations, Asaf Mesika! Please join us in congratulating and welcoming Asaf onboard! Best Regards, L

Re: [I] [Bug] ASF Privacy Policy Changed and the Website must be fixed [pulsar]

2024-02-20 Thread Julien Jakubowski
Hi, Thanks for the heads up! jsDelivr and Google serve as CDNs. According to the Apache Software Foundation's privacy policy ( https://privacy.apache.org/policies/privacy-policy-public.html), Fastly is the CDN to use. Consequently, substituting jsDelivr and Google CDNs with Fastly could be a viable

Re: [ANNOUNCE] New Committer: Asaf Mesika

2024-02-20 Thread Kiryl Valkovich
Congratulations, Asaf! From: Lari Hotari Sent: Tuesday, February 20, 2024 5:50 PM To: dev@pulsar.apache.org Subject: [ANNOUNCE] New Committer: Asaf Mesika The Apache Pulsar Project Management Committee (PMC) has invited Asaf Mesika https://github.com/asafm to bec

Re: [ANNOUNCE] New Committer: Asaf Mesika

2024-02-20 Thread Enrico Olivelli
Congratulations! Enrico Il Mar 20 Feb 2024, 18:08 Kiryl Valkovich ha scritto: > Congratulations, Asaf! > > From: Lari Hotari > Sent: Tuesday, February 20, 2024 5:50 PM > To: dev@pulsar.apache.org > Subject: [ANNOUNCE] New Committer: Asaf Mesika > > The Apache

[ANNOUNCE] Released Reactive client for Apache Pulsar, version 0.5.3

2024-02-20 Thread Chris Bono
The Apache Pulsar team is proud to announce the Reactive client for Apache Pulsar, version 0.5.3. The Reactive client for Apache Pulsar can be used together with any Reactive Streams implementation on the JVM. Examples include Project Reactor / Spring Reactive, Akka Streams, RxJava 3, Vert.x, Smal

Re: [ANNOUNCE] New Committer: Asaf Mesika

2024-02-20 Thread Julien Jakubowski
Congrats, Asaf! On Tue, Feb 20, 2024 at 5:51 PM Lari Hotari wrote: > The Apache Pulsar Project Management Committee (PMC) has invited > Asaf Mesika https://github.com/asafm to become a committer and we > are pleased to announce that he has accepted. > > Welcome and Congratulations, Asaf Mesika!

Re: [ANNOUNCE] New Committer: Asaf Mesika

2024-02-20 Thread Girish Sharma
Congratulations Asaf! On Tue, Feb 20, 2024 at 11:22 PM Julien Jakubowski wrote: > Congrats, Asaf! > > On Tue, Feb 20, 2024 at 5:51 PM Lari Hotari wrote: > > > The Apache Pulsar Project Management Committee (PMC) has invited > > Asaf Mesika https://github.com/asafm to become a committer and we

Re: Ability to decrease partition count in pulsar

2024-02-20 Thread Girish Sharma
Hello Asaf, thank you for taking a look at this. I will have a formal PIP sometime by March end. Trying to close on the Rate limiting PIPs first. On Sun, Feb 18, 2024 at 3:47 PM Asaf Mesika wrote: > Hey Girish, > > First, I say that I *love* this proposal and, in general, those types of > propo

Re: [I] [Bug] ASF Privacy Policy Changed and the Website must be fixed [pulsar]

2024-02-20 Thread Dave Fisher
> On Feb 20, 2024, at 8:54 AM, Julien Jakubowski > wrote: > > Hi, > Thanks for the heads up! > jsDelivr and Google serve as CDNs. According to the Apache Software > Foundation's privacy policy ( > https://privacy.apache.org/policies/privacy-policy-public.html), Fastly is > the CDN to use. Con

Re: [I] [Bug] ASF Privacy Policy Changed and the Website must be fixed [pulsar]

2024-02-20 Thread Dave Fisher
> On Feb 20, 2024, at 10:46 AM, Dave Fisher wrote: > > > >> On Feb 20, 2024, at 8:54 AM, Julien Jakubowski >> wrote: >> >> Hi, >> Thanks for the heads up! >> jsDelivr and Google serve as CDNs. According to the Apache Software >> Foundation's privacy policy ( >> https://privacy.apache.org/

Re: [DISCUSS] PIP-331: WASM Function API

2024-02-20 Thread Zike Yang
Thanks for proposing this feature! I replied in the PR. Before reviewing this PIP, I thought it was an implementation of a WASM function runtime. IIUC, for this PIP, users need to first define a Java Pulsar function and then construct the FunctionMap to interact with the wasm. Right? Just share

Re: [ANNOUNCE] New Committer: Asaf Mesika

2024-02-20 Thread 太上玄元道君
congrats! Lari Hotari 于2024年2月21日 周三00:50写道: > The Apache Pulsar Project Management Committee (PMC) has invited > Asaf Mesika https://github.com/asafm to become a committer and we > are pleased to announce that he has accepted. > > Welcome and Congratulations, Asaf Mesika! > > Please join us in c

[DISCUSS] Migrate CLI parser from jcommander to picocli

2024-02-20 Thread Zixuan Liu
Hi Pulsar Community, The pulsar CLI(pulsar-admin, pulsar-client, pulsar-shell, and so on) uses the jcommander [1] as CLI parser, which is an awesome project, but the maintainer is not active and cannot keep up with modern CLI features(auto-completion, sub-command, native-images, suggest commands,

Re: [DISCUSS] Migrate CLI parser from jcommander to picocli

2024-02-20 Thread 太上玄元道君
sounds great! +1 nonbinding Zixuan Liu 于2024年2月21日 周三13:08写道: > Hi Pulsar Community, > > The pulsar CLI(pulsar-admin, pulsar-client, pulsar-shell, and so on) uses > the jcommander [1] as CLI parser, which is an awesome project, but the > maintainer is not active and cannot keep up with modern CLI

Re: [ANNOUNCE] New Committer: Asaf Mesika

2024-02-20 Thread Hang Chen
Congratulations Asaf! Best, Hang 太上玄元道君 于2024年2月21日周三 13:07写道: > > congrats! > > Lari Hotari 于2024年2月21日 周三00:50写道: > > > The Apache Pulsar Project Management Committee (PMC) has invited > > Asaf Mesika https://github.com/asafm to become a committer and we > > are pleased to announce that he has

Re: [ANNOUNCE] New Committer: Asaf Mesika

2024-02-20 Thread Zike Yang
Congratulations! BR, Zike Yang On Wed, Feb 21, 2024 at 2:22 PM Hang Chen wrote: > > Congratulations Asaf! > > Best, > Hang > > 太上玄元道君 于2024年2月21日周三 13:07写道: > > > > congrats! > > > > Lari Hotari 于2024年2月21日 周三00:50写道: > > > > > The Apache Pulsar Project Management Committee (PMC) has invited >

Re: [ANNOUNCE] New Committer: Asaf Mesika

2024-02-20 Thread Nicolò Boschi
Congratulations! Nicolò Boschi Il giorno mer 21 feb 2024 alle 07:29 Zike Yang ha scritto: > Congratulations! > > BR, > Zike Yang > > On Wed, Feb 21, 2024 at 2:22 PM Hang Chen wrote: > > > > Congratulations Asaf! > > > > Best, > > Hang > > > > 太上玄元道君 于2024年2月21日周三 13:07写道: > > > > > > congrat

Re: [ANNOUNCE] New Committer: Asaf Mesika

2024-02-20 Thread Zixuan Liu
Congratulations Asaf! Lari Hotari 于2024年2月21日周三 00:51写道: > The Apache Pulsar Project Management Committee (PMC) has invited > Asaf Mesika https://github.com/asafm to become a committer and we > are pleased to announce that he has accepted. > > Welcome and Congratulations, Asaf Mesika! > > Please