Re: [ANNOUNCE] Zike Yang as a new PMC member in Apache Pulsar

2024-04-11 Thread Jiaqi Shen
Congratulations! Thanks, Jiaqi Shen Jia Zhai 于2024年4月12日周五 08:49写道: > Cong~ > > On Thu, Apr 11, 2024 at 10:45 PM Max Xu wrote: > > > Congratulations! Zike > > > > Best, > > Max Xu > > > > > > On Thu, Apr 11, 2024 at 9:26 PM PengHui Li

[DISCUSS] Why not split `memoryLimit` into `consumerMemoryLimit ` and `producerMemoryLimit `

2023-02-27 Thread Jiaqi Shen
consumerMemoryLimit and producerMemoryLimit? Are there any other considerations to limit *client* memory? If you know why it needs to be designed like this, please leave your comment. Thanks! Thanks, Jiaqi Shen

Re: [ANNOUNCE] Yunze Xu as a new PMC member in Apache Pulsar

2022-12-29 Thread Jiaqi Shen
Congrates! Great work, Yunze. Thanks, Jiaqi Shen Baodi Shi 于2022年12月30日周五 09:54写道: > Congrats! Yunze > > > > > Thanks, > Baodi Shi > > > 2022年12月30日 09:44,ZhangJian He 写道: > > > > Congratulations! Yunze > > > > Thanks > > ZhangJian

Re: [DISCUSS] Move GitHub discussion notifications to commits@

2022-12-25 Thread Jiaqi Shen
+1 Thanks, Jiaqi Shen PengHui Li 于2022年12月26日周一 08:56写道: > Got it. Thanks for the explanation. > That sounds good to me to point the commits@ list for now. > > — Penghui > > > On Dec 24, 2022, at 02:05, Michael Marshall > wrote: > > > >> Is it better

[DISCUSS] [GO-Client] The behavior of Seek is different with Java Client

2022-12-21 Thread Jiaqi Shen
. It's different with Java Client. I think we should modify it to make sure that Go Client `Seek()` has the same behavior with Java Client. Even though it will bring the breaking change. Please feel free to leave your comments. Thanks, Jiaqi Shen

Re: [PROPOSAL] Website precommit and move the source of docs to the site repo

2022-12-20 Thread Jiaqi Shen
+1, it makes sense to me. Thanks, Jiaqi Shen Yu 于2022年12月19日周一 20:57写道: > Hi tison, > > Thanks for raising this up! > > Our community had a similar discussion previously and chose to "keep" the > doc repo stay in the Pulsar main repo at that time. > > [1] lis

Re: [VOTE] PIP-224: Introduce TopicMessageId for consumer's MessageId related APIs

2022-12-09 Thread Jiaqi Shen
+1(non-binding) Thanks, Jiaqi Shen 于2022年12月5日周一 15:23写道: > +1(non-binding) > > Best, > Mattison > On Dec 5, 2022, 15:09 +0800, Zike Yang , wrote: > > +1(non-binding) > > > > Best, > > Zike Yang > > > > On Mon, Dec 5, 2022 at 2:4

Re: [DISCUSS] PIP-224: Introduce TopicMessageId for consumer's MessageId related APIs

2022-12-08 Thread Jiaqi Shen
This is make sense to me, +1 Thanks, Jiaqi Shen Yunze Xu 于2022年12月7日周三 13:51写道: > Hi Baodi, > > I decided not to change the behavior of the `negativeAcknowledge` > method. I just checked again that there is no exception signature for > this method and there is no asynchrono

Re: [DISCUSS] Remove restful producer component

2022-12-07 Thread Jiaqi Shen
+1 By the way, why the restful consumer still not be completed? Thanks, Jiaqi Shen Haiting Jiang 于2022年12月7日周三 15:56写道: > > I think we can remove it first because it is not a complete feature. > Anyone interested in working on it can find the code from the git history > and m

Re: [DISCUSSION] Redesign the MessageId interface

2022-11-09 Thread Jiaqi Shen
string/[]byte to record a messageId, `toByteArray` will be enough. In user side, most of the time , I think users don't really care about the "messageId string" is meaningful. I think `tostring` only should be used in debug. Thanks, Jiaqi Shen Joe F 于2022年11月9日周三 20:25写道: >

Re: [ANNOUNCE] New Committer: Qiang Huang

2022-10-14 Thread Jiaqi Shen
Congratulations! (Are you BUPTer?🤔 ) Thanks, Jiaqi Shen Jun Ma 于2022年10月14日周五 14:55写道: > Congratulations, Qiang! > > From: Xiangying Meng > Sent: Friday, October 14, 2022 14:17 > To: dev@pulsar.apache.org > Subject: Re: [ANNOUNCE] Ne

Re: [DISCUSS] Release Pulsar Client C++ 3.0.0

2022-10-07 Thread Jiaqi Shen
+1 Thanks, Jiaqi Shen Xiangying Meng 于2022年10月8日周六 10:17写道: > +1 > > Thanks, > Xiangying > > > On Sat, Oct 8, 2022 at 9:43 AM Hang Chen wrote: > > > +1 > > > > Thanks, > > Hang > > > > Zike Yang 于2022年10月8日周六 09:19写道: > >

Re: [DISCUSS] Subscription Naming Rules

2022-09-30 Thread Jiaqi Shen
the problem: > > 1. Check whether the subscription name contains invisible characters, if > > it does, throw an exception and fail to create the subscription; > > 2. Add a subscription name naming rule, for example: can only contain > > these characters "a-zA-Z_0-9" or