Re: [ANNOUNCE] New committer: Yunze Xu

2021-05-30 Thread Guangning E
Congratulations Yunze! Thanks, Guangning Jinfeng Huang 于2021年5月31日周一 下午12:35写道: > Congratulations Yunze~ > > Best Regards, > Jennifer > > > On Mon, May 31, 2021 at 11:59 AM Huanli Meng > wrote: > > > Congratulations Yunze! > > > > BR//Huanli Meng > > > > On May 31, 2021, at 11:55 AM, Jia Zhai

Re: [ANNOUNCE] New committer: Yunze Xu

2021-05-30 Thread Anonymitaet _
Cheers to this exciting news! Congrats Yunze! > On May 31, 2021, at 11:55 AM, Jia Zhai wrote: > > Hi everyone, > > The Project Management Committee (PMC) for Apache Pulsar has invited > Yunze Xu (https://github.com/BewareMyPower ) to beco

Re: [ANNOUNCE] New committer: Yunze Xu

2021-05-30 Thread Jinfeng Huang
Congratulations Yunze~ Best Regards, Jennifer On Mon, May 31, 2021 at 11:59 AM Huanli Meng wrote: > Congratulations Yunze! > > BR//Huanli Meng > > On May 31, 2021, at 11:55 AM, Jia Zhai wrote: > > Hi everyone, > > The Project Management Committee (PMC) for Apache Pulsar has invited > Yunze Xu

Re: [ANNOUNCE] New committer: Yunze Xu

2021-05-30 Thread Huanli Meng
Congratulations Yunze! BR//Huanli Meng > On May 31, 2021, at 11:55 AM, Jia Zhai wrote: > > Hi everyone, > > The Project Management Committee (PMC) for Apache Pulsar has invited > Yunze Xu (https://github.com/BewareMyPower ) to > become a committer and we > are plea

[ANNOUNCE] New committer: Yunze Xu

2021-05-30 Thread Jia Zhai
Hi everyone, The Project Management Committee (PMC) for Apache Pulsar has invited Yunze Xu (https://github.com/BewareMyPower ) to become a committer and we are pleased to announce that he has accepted. Please join us in congratulating and welcoming Yunze onboard! Than

[GitHub] [pulsar-client-node] k2la opened a new pull request #159: Fix Leak in MessageId::ToString

2021-05-30 Thread GitBox
k2la opened a new pull request #159: URL: https://github.com/apache/pulsar-client-node/pull/159 ### Motivation I run the following code with valgrind and it looks like there are a memory leak in MessageId::ToString. ``` // Receive messages for (let i = 0; i < 1000; i +=