Re: [ANNOUNCE]New Committers of Apache RocketMQ:Pan Dongyuan(id: DongyuanPan)

2024-06-26 Thread Xinyu Zhou
Congratulations Pan Dongyuan! Looking forward to working with him as a committer. Best, Xinyu On Wed, Jun 19, 2024 at 6:55 PM Qingshan Lin wrote: > Hi Apache RocketMQ Community, > > > The Project Management Committee (PMC) for Apache RocketMQ has invited > > > Pan Dongyuan(id: DongyuanPan) > >

Re: [VOTE][RIP-68] RocketMQ ACL 2.0

2024-01-09 Thread Xinyu Zhou
+1 binding Regards, On Tue, Jan 9, 2024 at 3:10 PM zhouxzhan wrote: > +1 > > On Mon, Jan 8, 2024 at 3:59 PM lollipop wrote: > > > +1 > > Glad to see the proposal for Apache RocketMQ ACL 2.0. > > I believe this new version will significantly enhance the security > features > > of RocketMQ and p

Re: [DISCUSS] Release the first node SDK version of RocketMQ 5.0

2023-11-01 Thread Xinyu Zhou
Could you please open an issue and provide more details about the compilation error here[1] ? Regards, Xinyu Zhou [1]. https://github.com/apache/rocketmq/issues On Thu, Nov 2, 2023 at 4:59 AM VY wrote: > Hello, > I am following what is mentioned in this article :- &

[DISCUSS] Release the first node SDK version of RocketMQ 5.0

2023-10-26 Thread Xinyu Zhou
king contributors to assist with integrating the Node SDK into our e2e project[3]. Your help would be greatly appreciated. Any feedback is welcome. Regards, Xinyu Zhou [1]. https://github.com/fengmk2 [2]. https://github.com/apache/rocketmq-clients/tree/master/nodejs [3]. https://github.com/apache/rocketmq-e2e

Re: [VOTE][RIP-67] jRaft-Controller Implemention

2023-10-14 Thread Xinyu Zhou
Sorry for the late reply, +1 for this RIP. Introducing the jRaft library could help us build a mature and stable controller module in an easy way. On Thu, Sep 28, 2023 at 12:01 PM 王海涛-浙江大学 wrote: > Hi, RocketMQ Community,  As discussed in the previous email, we > launched a new RIP 67 to im

Re: Re: [DISCUSS][RIP-67] jRaft-Controller Implemention

2023-09-29 Thread Xinyu Zhou
Hi rongtong, that would be great if you could work with this RIP as a shepherd. Regards, Yukon On Wed, Sep 27, 2023 at 10:21 PM jinrongtong wrote: > First, I must address several questions regarding your motivation for this > RIP: > > 1. Firstly, DLedger has the capability of snapshot (although

Re: Interested for RocketMQ Contribution

2023-07-30 Thread Xinyu Zhou
Hi Aayush, Thank you for reaching out. It's great to hear that you are interested in RocketMQ. We appreciate your enthusiasm and are excited to have you work with the community. Feel free to explore the project and let us know if you have any questions or need any assistance during the process.

Re: [VOTE] Release Apache RocketMQ 5.1.1 RC1

2023-05-16 Thread Xinyu Zhou
+1 On Wed, May 17, 2023 at 10:48 AM fuyou wrote: > +1 > > karp 于2023年5月17日周三 09:29写道: > > > +1 > > > > I checked: > > [OK] Checksums and PGP signatures are valid for the Source package. > > [OK] Checksums and PGP signatures are valid for the Binary package. > > [OK] Source code artifacts have

Re: [Discuss] Allow all users who have committed to RocketMQ to run CI without explicit approval

2023-04-12 Thread Xinyu Zhou
+1 to unleash this limitation. On Wed, Apr 12, 2023 at 3:04 PM jinrongtong wrote: > +1, It is inconvenient to need a maintainer to trigger CI every time. > At 2023-04-12 14:50:07, "aaron ai" wrote: > >Recently, Apache Infra changed the trigger policy for GitHub actions from > >"requires approva

Re: [VOTE][RIP-63] Queue Selection Strategy Optimization

2023-04-10 Thread Xinyu Zhou
+1 On Mon, Apr 10, 2023 at 4:26 PM fuyou wrote: > +1 > > jinrongtong 于2023年4月10日周一 16:21写道: > > > +1 > > 在 2023-04-07 16:45:22,"Ji Juntao" <3160102...@zju.edu.cn> 写道: > > >Hi, RocketMQ Community, > > > > > > > > > > > >As discussed in the previous email, we launched a new RIP to optimize > > pr

Re: [VOTE]Release Apache RocketMQ 4.9.5 RC1

2023-03-30 Thread Xinyu Zhou
+1 On Fri, Mar 31, 2023 at 10:52 AM nize wrote: > +1 > > I checked: > Hash and Tag in GitHub repo is matching the current artifacts. > Checksums and PGP signatures are valid for Binary package. > Checksums and PGP signatures are valid for Source package. > License and Notice are correct in bina

Re: Re: [VOTE] Release gRPC Java Client for Apache RocketMQ 5.0.5 RC1

2023-03-27 Thread Xinyu Zhou
+1 On Mon, Mar 27, 2023 at 4:12 PM jinrongtong wrote: > +1, I checked [OK] maven jar in nexus repo is right [OK] Hash > and Tag in GitHub repo is matching the current artifacts > At 2023-03-27 15:44:25, "fuyou" wrote: > >+1 > > > >aaron ai 于2023年3月27日周一 15:43写道: > > > >> > >> > >> --

Re: [DISCUSS][RIP-63] Reachable broker detector in client

2023-03-26 Thread Xinyu Zhou
rich the ability of the proxy. Looking forward to more discussions about this RIP. Regards, Xinyu Zhou On Mon, Mar 27, 2023 at 11:58 AM fuyou wrote: > +1 > > 季俊涛 <3160102...@zju.edu.cn> 于2023年3月27日周一 11:42写道: > > > Hi, RocketMQ Community: > > > > > >

Re: Re:[VOTE] Release gRPC .NET Client for Apache RocketMQ 5.1.0 RC1

2023-03-19 Thread Xinyu Zhou
+1 On Mon, Mar 20, 2023 at 10:04 AM lollipop wrote: > +1 > > On Mon, Mar 20, 2023 at 10:01 AM Qingshan Lin wrote: > > > +1 > > > > On 2023/03/18 14:12:18 jinrongtong wrote: > > > +1, I checked that Hash and Tag in GitHub repo is matching the current > > artifacts > > > > > > > > > > > > At 2023

Re: [VOTE][RIP-62]Coldreadcontrol

2023-03-08 Thread Xinyu Zhou
Hi, thanks for the RIP. Actually, rocketmq already has two configurations to control the cold read behavior limitedly: maxTransferCountOnMessageInDisk and maxTransferBytesOnMessageInDisk. I have no idea how to handle these two configurations in your RIP, do you plan to remove them or cooperate wi

Re: [VOTE] Release Apache RocketMQ-MQTT 1.0.1

2023-02-26 Thread Xinyu Zhou
+1 On Mon, Feb 27, 2023 at 11:50 AM Dongyuan Pan wrote: > +1 > > Ping Wang 于2023年2月24日周五 11:29写道: > > > > > > Hello RocketMQ Community, > > > > This is the vote for 1.0.1 of Apache RocketMQ-MQTT. > > > > This version adds support for the two features WILL and RETAIN, and > introduces the META m

Re: [vote]: Release RocketMQ Streams 1.1.1

2023-02-19 Thread Xinyu Zhou
+1 On Sun, Feb 19, 2023 at 9:16 PM Xiaorui Wang wrote: > +1 > > Best regards, > > Xiaorui Wang[#] - Apache RocketMQ PMC chair > [#] https://github.com/vintagewang > > > On Sun, Feb 19, 2023 at 9:13 PM Xin Wang wrote: > > > +1 > > > > nize 于2023年2月18日周六 19:37写道: > > > > > Hi all, The Apache Roc

Re: [VOTE]: Release Apache RocketMQ 5.1.0 RC1

2023-02-17 Thread Xinyu Zhou
+1 Big features are introduced since this release. Thanks to all the contributors. By the way, your key has been copied to the release KEYS file for your next steps as a release manager. On Fri, Feb 17, 2023 at 6:42 PM SSpirits wrote: > +1 > > Your response would be highly appreciated. > SSpir

Re: Re:Re: [DISCUSS] Prepare to release Apache RocketMQ 5.0.1

2023-02-09 Thread Xinyu Zhou
+1 Thanks for volunteering for this release. On Thu, Feb 9, 2023 at 6:16 PM 643422162 <643422...@qq.com> wrote: > +1 > > > -- 原始邮件 -- > *发件人: *"jinrongtong"; > *发件时间: *2023-02-09 16:10 > *收件人: *"dev"; > *收件人: * > > "users"; > *主题: *Re:Re: [DISCUSS] Prepare to rele

Re: [DISCUSS] [RIP-61] RocketMQ EventBridge Runtime

2023-01-29 Thread Xinyu Zhou
+1 to start this RIP. In most cases, users need an embedded and stateless runtime to adopt eventbridge in a single-tenant scenario. For large-scale use cases, the rocketmq-connect runtime is another option. Regards, yukon On Fri, Jan 27, 2023 at 5:16 PM 沈林 <2011shen...@gmail.com> wrote: > Hello

Re: [VOTE][RIP-60] Support Will Message In RocketMQ-MQTT

2023-01-17 Thread Xinyu Zhou
+1 to introduce this feature. On Mon, Jan 16, 2023 at 4:23 PM jinrongtong wrote: > +1 > At 2023-01-11 10:18:27, "Dongyuan Pan" wrote: > >Hi RocketMQ Community, > > > >Since the time for this RIP discussion has already passed, I’d like to > >start the vote for it. The proposal is provided below:

Re: [DISCUSS][RIP-60] Support Will Message In RocketMQ-MQTT

2023-01-06 Thread Xinyu Zhou
+1 Great RIP! On Fri, Jan 6, 2023 at 3:07 PM cserwen wrote: > +1 > > > 2023年1月5日 15:21,Dongyuan Pan 写道: > > > > Hi RocketMQ Community, > > > > Rocketmq-mqtt was developed to support the mqtt protocol to extend the > > use of rocketmq in the field of IoT messaging. The project has > > released v

Re: [VOTE] [RIP-57] Tiered storage for RocketMQ

2022-12-14 Thread Xinyu Zhou
+1 On Thu, Dec 15, 2022 at 12:47 PM hzh0425 wrote: > ➕1 > > > > | | > hzh...@163.com > | > | > 邮箱:hzh...@163.com > | > > > > > 回复的原邮件 > | 发件人 | Zhouxiang Zhan | > | 日期 | 2022年12月15日 11:03 | > | 收件人 | dev@rocketmq.apache.org | > | 抄送至 | | > | 主题 | Re: [VOTE] [RIP-57] Tiered storage for

Re: [VOTE][RIP-58]RocketMQ Streams improvement

2022-12-05 Thread Xinyu Zhou
+1 On Tue, Dec 6, 2022 at 10:24 AM ShannonDing wrote: > +1 > > > At 2022-12-05 17:40:10, "nize" wrote: > >Hi, RocketMQ Community, > > > >As discussed in the previous email, we launched a new RIP to start it. > Now > >the shepherds @ShannonDing and > @RongtongJi

Re: [VOTE] Release gRPC Java Client for Apache RocketMQ 5.0.3 RC1

2022-11-24 Thread Xinyu Zhou
+1 On Thu, Nov 24, 2022 at 4:01 PM lizhimin <707364...@qq.com.invalid> wrote: > +1 > > > 2022年11月23日 11:51,aaron ai 写道: > > > > Hello RocketMQ Community, > > > > > > This is the vote for 5.0.3 RC1 of Apache RocketMQ client for java. > > > > > > Apache RocketMQ clients 5.x series follow the specs

Re: [DISCUSS] [RIP-57] Tiered storage for RocketMQ

2022-11-22 Thread Xinyu Zhou
+1 to leverage the ability of cloud storage through this RIP. On Tue, Nov 22, 2022 at 10:41 AM aaron ai wrote: > Pleasant to see this feature since Pulsar/Kafka has provided similar > ability for tiered storage. > > SSpirits 于2022年11月21日周一 20:15写道: > > > Hi, RocketMQ Community: > > > > We have

Re: [VOTE][RIP-56] Replace Logging Module with Shaded Logback

2022-10-24 Thread Xinyu Zhou
+1 On Mon, Oct 24, 2022 at 2:58 PM lollipop wrote: > +1 > > On Mon, Oct 24, 2022 at 1:53 PM aaron ai wrote: > > > Hi, RocketMQ Community, > > > > As discussed in the previous email, this is the vote for *RIP-56 Replace > > Logging Module with Shaded Logback*. > > > > links: > > > > > https://ww

Re: [VOTE][RIP-54] Backporting of Remoting-based Client

2022-10-24 Thread Xinyu Zhou
+1, make the remoting client more stable. On Mon, Oct 24, 2022 at 1:52 PM aaron ai wrote: > Hi, RocketMQ Community, > > As discussed in the previous email, this is the vote for* RIP-54 > Backporting of Remoting-based Client*. > > links: > https://www.yuque.com/docs/share/03d824be-8510-4ab4-ad81-

Re: [VOTE] Release Apache RocketMQ EventBridge 1.0.0

2022-10-24 Thread Xinyu Zhou
+1 Remember to copy your key to https://dist.apache.org/repos/dist/release/rocketmq/KEYS when this release is finished. Regards, On Mon, Oct 24, 2022 at 12:33 PM aaron ai wrote: > +1 > > lollipop 于2022年10月24日周一 11:16写道: > > > +1 > > > > I checked: > > [OK ] Checksums and PGP signatures are v

Re: [VOTE] RIP-55 Support remoting protocol in rocketmq proxy module

2022-10-21 Thread Xinyu Zhou
+1 Thanks for this RIP On Fri, Oct 21, 2022 at 2:48 PM lollipop wrote: > +1 > for supporting remoting protocol in rocketmq proxy module. > > On Fri, Oct 21, 2022 at 2:40 PM Zhouxiang Zhan > wrote: > > > Hello RocketMQ Community, > > > > There's an issue with remoting protocol in rocketmq prox

Re: [DISCUSS] [RIP-56] Replace Logging Module with Shaded Logback

2022-10-20 Thread Xinyu Zhou
+1 to remove the logging module. We shouldn't maintain a logging module since it's not our strength. Regards, Xinyu Zhou On Fri, Oct 21, 2022 at 11:49 AM aaron ai wrote: > Hi, RocketMQ Community: > > We noticed that the existing logging module is unnecessary, so there

Re: [DISCUSS] RIP-53 Producer idempotent send

2022-10-19 Thread Xinyu Zhou
doesn't have the same mechanism, do we have any other ingenious solutions to reach a similar effect like that? Regards, Xinyu Zhou On Wed, Oct 19, 2022 at 4:03 PM 柳尘 wrote: > ok i'm waiting for vote day to pass > > Amber Liu 于2022年10月19日周三 15:01写道: > > > +1, I am in

Re: [VOTE] [RIP-51] Pop orderly improvement

2022-10-18 Thread Xinyu Zhou
+1 On Wed, Oct 19, 2022 at 10:41 AM fuyou wrote: > +1 > > L K 于2022年10月18日周二 10:31写道: > > > Hello RocketMQ Community, > > > > We discussed enhancing server side offset management ability for > > RocketMQ, and it's time to start an email thread to enter the voting > > process. > > Links: >

[NOTICE] All the GitHub notifications have been redirected to commits mailing list

2022-10-17 Thread Xinyu Zhou
RocketMQ: https://docs.github.com/en/rest/activity/watching [1]. https://lists.apache.org/thread/sk42xhkxsf8511kprnknmhkgr19jh7s2 Regards, Xinyu Zhou

Re: [VOTE] Release Apache RocketMQ APIs 2.0.1 RC1

2022-10-17 Thread Xinyu Zhou
+1 On Fri, Oct 14, 2022 at 11:03 AM Zhanhui Li wrote: > +1 > > On Fri, Oct 14, 2022 at 10:36 AM lollipop wrote: > > > +1, > > I checked: > > > > [OK] Extract the zip and check if the source version is correct with > > 2.0.1; > > [OK] The Apache V2 license file and Notice file is included in t

Re: [VOTE][RIP-50]RocketMQ Transaction Message Improvement

2022-10-17 Thread Xinyu Zhou
+1 Thanks for this RIP! On Mon, Oct 17, 2022 at 6:51 PM tihong ruan wrote: > As discussed in the previous email, we discussed RocketMQ Transaction > Message Improvement, and it's time to start an email thread to enter the > voting process. > > Links: > > https://github.com/apache/rocketmq/wiki/

Re: [DISCUSS] [RIP-49] Some Remoting module improvement

2022-10-16 Thread Xinyu Zhou
+1 But we should clarify the RIP title. Some improvements look weird. How about the new title: Improve the self-protection ability and RPC-level observability of remoting module Regards On Mon, Oct 17, 2022 at 11:43 AM Zhanhui Li wrote: > +1 > > On Mon, Oct 17, 2022 at 10:55 AM zhimin li wro

Re: [VOTE] [RIP-48] Enhance server-side offset management ability

2022-10-16 Thread Xinyu Zhou
+1 Thanks for this RIP. On Mon, Oct 17, 2022 at 10:23 AM zhimin li wrote: > Hello RocketMQ Community, > > We discussed enhancing server side offset management ability for > RocketMQ, and it's time to start an email thread to enter the voting > process. > Links: > https://github.com/apache/rocke

Re: [DISCUSS][RIP-50]RocketMQ Transaction Message Improvement

2022-10-11 Thread Xinyu Zhou
read the cache and delete it; if the broker > reboot, all the cache will be lost. > > Xinyu Zhou 于2022年10月11日周二 15:51写道: > > > Great enhancement for transactional messages! > > > > Could you please have more details about how the TransactionCacheManager > > han

Re: [DISCUSS][RIP-50]RocketMQ Transaction Message Improvement

2022-10-11 Thread Xinyu Zhou
Great enhancement for transactional messages! Could you please have more details about how the TransactionCacheManager handles the abnormal reboot of the broker? The reboot may fail the commit/rollback operations. Regards On Tue, Oct 11, 2022 at 2:54 PM fuyou wrote: > good proposal . > > > > t

Re: [DISCUSS] RIP-47 Producer idempotent send

2022-09-29 Thread Xinyu Zhou
Hi, thanks for starting this discussion. But the format is broken, it's hard to read, could you please resend a well-formatted version? Or, paste a doc link? Regards On Thu, Sep 29, 2022 at 7:23 PM 柳尘 wrote: > *Status* > > > * - Current State: Discussing- Authors: [complone](github.com/complon

Re: [Vote] Release gRPC Java Client for Apache RocketMQ 5.0.2 RC1

2022-09-29 Thread Xinyu Zhou
+1 All is fine, please don't forget to add the release records here: https://github.com/apache/rocketmq-site/blob/new-official-website/src/pages/download.md On Wed, Sep 28, 2022 at 4:02 PM aaron ai wrote: > Hello RocketMQ Community, > > > This is the vote for 5.0.2 RC1 of Apache RocketMQ client

Re: [VOTE][RIP-46] Observability improvement for RocketMQ

2022-09-27 Thread Xinyu Zhou
+1 On Tue, Sep 27, 2022 at 2:36 PM aaron ai wrote: > +1, Looking forward to the follow-up pull request. > > SSpirits 于2022年9月27日周二 14:29写道: > > > As discussed in the previous email, we discussed adding native metrics > for > > RocketMQ, and it's time to start an email thread to enter the voting

Re: [DISCUSS] Direct GitHub actions to commits mailing list

2022-09-26 Thread Xinyu Zhou
If no other sounds, I will process it recently, but feel free to discuss it at any time in the future. On Mon, Sep 19, 2022 at 11:12 AM Xinyu Zhou wrote: > Or, we can follow the template from the infra: > > ``` > notifications: > commits: comm...@foo.apache.org

Re: 回复: [DISCUSS][RIP-46] Observability improvement for RocketMQ

2022-09-26 Thread Xinyu Zhou
Hello Zongtang, About you mentioned two questions, this RIP will cover the first one. For the second one, it seems to be an issue about deployment, we can create a new thread to discuss it. And, let's keep the discussion on the mailing list AFAP. Of course, the online meeting is an effective comp

Re: 回复: [DISCUSS][RIP-46] Observability improvement for RocketMQ

2022-09-26 Thread Xinyu Zhou
+1 for moving to vote Improve the observability, and make rocketmq more cloud-native. On Mon, Sep 26, 2022 at 7:11 PM Hu Zongtang wrote: > Maybe, we can discuss the qustion two which I metioned above in next > online meeting of apache rocketmq commnity and draft another RIP for this > feature!

Re: Re:Re:[RESTART][VOTE]Release Apache RocketMQ 5.0.0 RC2

2022-09-21 Thread Xinyu Zhou
+1 binding I checked the essential producer/consumer work well. Finally, we have the 5.0.0 release version~ On Thu, Sep 22, 2022 at 11:35 AM nize wrote: > +1 > [OK] Hash for the release tag: > [OK] extract the zip and check if the source version is correct > [OK] build the source, start name

Re: Re: Re: [VOTE]: Release Apache RocketMQ C# SDK 5.0.0 RC1

2022-09-20 Thread Xinyu Zhou
Hi, rongtong, I also noticed this issue, but don't let it block our release process, it's not a big deal, we can fix it in the next release since many users are waiting for this release and most of them will download the release from NuGet. Does that make sense to you? Regards, Xiny

Re: [DISCUSS] Prepare to release Apache RocketMQ 4.9.5

2022-09-20 Thread Xinyu Zhou
+1 for holding the release of 4.9.5, give a chance for issue 3905: https://github.com/apache/rocketmq/issues/3905 It's important to bring the brokerName fields back to 4.9.x LTS version. Also, please speed up closing this issue, thanks drpmma. Regards, Xinyu Zhou On Tue, Sep 20, 2022 at

[ANNOUNCE]New Committers of Apache RocketMQ: Zhouxiang Zhan(id: drpmma)

2022-09-19 Thread Xinyu Zhou
Hi Apache RocketMQ Community, The Project Management Committee (PMC) for Apache RocketMQ has invited Zhouxiang Zhan(id: drpmma) to become committers, and we are pleased to announce that he has accepted. Congrats, guys :-)

[ANNOUNCE]New Committers of Apache RocketMQ: Kai Li(id: xdkxlk)

2022-09-19 Thread Xinyu Zhou
Hi Apache RocketMQ Community, The Project Management Committee (PMC) for Apache RocketMQ has invited Kai Li(id: xdkxlk) to become committers, and we are pleased to announce that he has accepted. Congrats, guys :-)

Re: [VOTE]: Release Apache RocketMQ C# SDK 5.0.0 RC1

2022-09-19 Thread Xinyu Zhou
+1 On Sat, Sep 17, 2022 at 1:15 AM Konstantin Kolinko wrote: > BCC d...@community.apache.org > > Forwarding to the correct mailing list. > > -- Forwarded message - > От: Zhanhui Li > Date: пт, 16 сент. 2022 г. в 18:17 > Subject: [VOTE]: Release Apache RocketMQ C# SDK 5.0.0 RC1 >

Re: [VOTE]: Release Apache RocketMQ Golang SDK 5.0.0 RC1

2022-09-19 Thread Xinyu Zhou
+1 A small problem: the artifact contains other language implementations, remember to remove it in the next release. On Fri, Sep 16, 2022 at 11:20 PM Zhanhui Li wrote: > Hello RocketMQ Community, > > This is the vote for 5.0.0 of Apache RocketMQ Golang SDK. > > Golang SDK 5.x series are built o

Re: [DISCUSS] Direct GitHub actions to commits mailing list

2022-09-18 Thread Xinyu Zhou
...@foo.apache.org # Send individual PR comments/reviews to issues@ pullrequests_comment: iss...@foo.apache.org ``` Just creating an issues mailing list is enough. On Mon, Sep 19, 2022 at 11:09 AM Xinyu Zhou wrote: > Hello, community, > > Recently, I found our dev mailing list is occupied

[DISCUSS] Direct GitHub actions to commits mailing list

2022-09-18 Thread Xinyu Zhou
requests status notifications and direct other notifications to the commits mailing list. Any discussions are welcome. Regards, Xinyu Zhou