Re: [PROPOSAL] Roadmap for 3.0 release

2023-03-02 Thread r...@apache.org
+1 -- Thanks Xiaolong Ran Yubiao Feng 于2023年3月3日周五 14:38写道: > The same as Zike (^_^) > > Thanks to Matteo for initiating this release roadmap. I am interested in > this release. I'd also like to volunteer as a release manager for Apache > Pulsar 3.0.0 > > Thanks > Yubiao Feng > > On Sat, Feb 18

Re: [VOTE] PIP-237: Make PulsarAdmin accessible in SinkContext and SourceContext

2023-02-08 Thread r...@apache.org
+1(non-binding) -- Thanks Xiaolong Ran Michael Marshall 于2023年2月8日周三 12:22写道: > +1 (binding) > > Thanks, > Michael > > On Tue, Feb 7, 2023 at 7:00 AM Rui Fu wrote: > > > > +1 > > > > Best, > > > > Rui Fu > > On Jan 30, 2023 at 19:12 +0800, Alexander Preuss > , wrote: > > > Now that the DISCUSS

Re: [VOTE] Pulsar Client Python Release 3.1.0 Candidate 2

2023-02-04 Thread r...@apache.org
+1 (non-binding) python version:3 1. run Go SDK producer and use python SDK consumer to receive messages; 2. run Python SDK consumer and use Go SDK producer to send messages; -- Thanks Xiaolong Ran 丛搏 于2023年2月3日周五 13:39写道: > +1(binding) > os: mac 12.6 > python: 3.9.6 > > python3 ./examples/co

Re: [Vote] PIP-242: Introduce enableStrictTopicName to reject creating topic with -partition- keyword.

2023-02-04 Thread r...@apache.org
+1 (non-binding) -- Thanks Xiaolong Ran Enrico Olivelli 于2023年2月3日周五 00:04写道: > Asaf, > > Il giorno gio 2 feb 2023 alle ore 16:03 Asaf Mesika > ha scritto: > > > > Enrico - do we have those "rules" of conduct logged somewhere? > > https://github.com/apache/pulsar/blob/master/wiki/proposals/PIP

Re: [DISCUSS] PIP-242: Introduce enableStrictTopicName to reject creating topic with -partition- keyword.

2023-02-04 Thread r...@apache.org
+1 to me! In our actual usage scenario, in the Broker 272 version, if we create a topic with the -partition- keyword, new connections will be created continuously, so we disabled the -partition- on the control side Keyword, as described in PIP, does not allow users to carry the -partition- keyword

Re: [DISCUSS] Topic name restriction

2023-02-01 Thread r...@apache.org
Hi Mattison: Agree with Yong's idea. We can expose `disallowed topic` as a configuration to the user side, and a more flexible way is to expose it as a namespace-level policy. This can ensure that there is no need to do special processing on customized keywords in the future, and the expected effe

Re: [ANNOUNCE] Nicolò Boschi as new PMC member in Apache Pulsar

2023-02-01 Thread r...@apache.org
Congratulations! -- Thanks Xiaolong Ran Qiang Huang 于2023年2月1日周三 10:16写道: > Congratulations !!! > > Zike Yang 于2023年1月30日周一 16:41写道: > > > Congratulations! > > > > BR, > > Zike Yang > > > > On Mon, Jan 30, 2023 at 3:16 PM houxiaoyu wrote: > > > > > > Congratulations ! > > > > > > Best > > > X

Re: [DISCUSS] PIP-237: Make PulsarAdmin accessible in SinkContext and SourceContext

2023-01-18 Thread r...@apache.org
Hello Alexander, thanks your work for this. It seems that all agrees with this PIP, maybe we can enter the VOTE thread to initiate a VOTE process for this PIP. -- Thanks Xiaolong Ran r...@apache.org 于2023年1月19日周四 11:57写道: > +1 > > We can imitate the PulsarClient object, and in the Ba

Re: [DISCUSS] PIP-237: Make PulsarAdmin accessible in SinkContext and SourceContext

2023-01-18 Thread r...@apache.org
+1 We can imitate the PulsarClient object, and in the BaseContext interface, add PulsarAdmin and PulsarAdminBuilder as interfaces at the same time. -- Thanks Xiaolong Ran Neng Lu 于2023年1月19日周四 02:28写道: > The proposal makes sense to me. > > The only note I want to add is to make sure the Pulsar

Re: [ANNOUNCE] New Committer: Baodi Shi

2023-01-18 Thread r...@apache.org
Congratulations!! -- Thanks Xiaolong Ran tison 于2023年1月19日周四 10:07写道: > Congrats and well deserved! > > Welcome onboard, Baodi :) > > Best, > tison. > > > Kai Wang 于2023年1月19日周四 09:57写道: > > > Congratulations! > > > > Thanks, > > Kai > > On Jan 18, 2023 at 9:36 PM +0800, dev@pulsar.apache.org,

Re: [ANNOUNCE] Bo Cong as new PMC member in Apache Pulsar

2023-01-18 Thread r...@apache.org
Congratulations!!! -- Thanks Xiaolong Ran Baodi Shi 于2023年1月19日周四 10:08写道: > Congratulations ! > > Thanks, > Baodi Shi > > > 在 2023年1月19日 09:56:34 上,Kai Wang 写道: > > > Congratulations! > > > > Thanks, > > Kai > > On Jan 18, 2023 at 9:50 PM +0800, PengHui Li , > wrote: > > > > Hi all, > > > >

Re: [DISCUSS] PIP-240 A new API to unload subscriptions

2023-01-18 Thread r...@apache.org
; > For example, due to the un-catched exception, the dispatch thread > > > stopped reading messages from the managed-ledger. The exception > > > is a very infrequent occurrence. Unloading the topic is the best choice > > for > > > now, right? > > >

Re: [VOTE] PIP-243: Register Jackson Java 8 support modules by default

2023-01-16 Thread r...@apache.org
+1 Xiaolong Ran

Re: [DISCUSS] PIP-240 A new API to unload subscriptions

2023-01-16 Thread r...@apache.org
I agree with @Enrico @Bo, if we encounter a subscribe stuck situation, we must continue to spend more time to locate and fix this problem, which is what we have been doing. But let's think about this problem from another angle. At this time, a user in the production environment encounters a consum

Re: [DISCUSS] PIP-240 A new API to unload subscriptions

2023-01-11 Thread r...@apache.org
Thanks YuBiao Feng: > We sometimes try to unload the topic to resolve some consumption-stop > issues. But the unloading topic will also impact the producer side. This is indeed an interesting thing. In the current production operation and maintenance, unload is a very frequently used operation. A

Re: [DISCUSS] PIP-235: Add metric for subscription back size

2023-01-10 Thread r...@apache.org
Hello kmter: For subscription-level indicators, I think we can collect and record them in Prometheus. The only thing to note here is that the subscription-level indicators may have a large number of indicators in a specific business scenario, which will have a certain impact on the indicator colle

Re: [VOTE] PIP-229: Add a common interface to get fields of MessageIdData

2023-01-10 Thread r...@apache.org
+1(non-binding) In the Go SDK, we expose the interface for obtaining related properties to the user in the MessageID struct. Yes, as mentioned, developers of Pulsar core need to use these field features to do some related operations. -- Thanks Xiaolong Ran Enrico Olivelli 于2023年1月11日周三 06:51写道:

Re: [VOTE] PIP-239: Retry Mechanism per Message title

2023-01-10 Thread r...@apache.org
t; > 3. if a message NACKed then. How many times it retries is also in memory if > the consumer has failed or restarted all this information is lost. But in > the case of reconsumeLater all these things persisted in the broker. > > > On Tue, Jan 10, 2023 at 6:53 PM r...@apache.org

Re: [VOTE] PIP-239: Retry Mechanism per Message title

2023-01-10 Thread r...@apache.org
-1(non-binding) As discussed in [DISCUSS], for ReconsumeLater, I prefer to discard this interface in later versions, and think about this issue from another angle. >From a user’s point of view, both ReconsumeLater and Nack have the function of retweeting messages. From a functional point of view,

Re: [DISCUSS] Registering Jackson Java 8 support modules by default for all Pulsar components, including client

2023-01-10 Thread r...@apache.org
Hello Lari: Here I actually want to discuss whether it is necessary for us to introduce Jackson modules, and what is the scope boundary we use when introducing Jackson modules? Here are some questions about this: 1. After we introduce Jackson modules, do we need to optimize the code that origina

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

2023-01-10 Thread r...@apache.org
Congrats! Yunze Ruguo Yu 于2023年1月10日周二 09:32写道: > Congratulations, Yunze! > > On 2022/12/29 12:42:36 Haiting Jiang wrote: > > Hi all, > > > > The Apache Pulsar Project Management Committee (PMC) has invited Yunze Xu > > (https://github.com/BewareMyPower) as a member of the PMC and we are > > ple

Re: [DISCUSS] PIP-239: Retry Mechanism per Message

2023-01-10 Thread r...@apache.org
Thanks for submitting this PIP, Nitin Goyal. Seeing that you have submitted a related pull request in the Go SDK community, I am sorry that I made the request changes first. For the retry processing of a single message, the methods currently provided are: -ReconsumeLater -Nack In actual usage s

Re: [ANNOUNCE] New Committer: Zili Chen

2022-11-10 Thread r...@apache.org
Congratulations! tison -- Thanks Xiaolong Ran Nicolò Boschi 于2022年11月10日周四 17:57写道: > Congrats! > Nicolò Boschi > > > Il giorno gio 10 nov 2022 alle ore 08:25 Aloys Zhang < > aloyszh...@apache.org> > ha scritto: > > > Congratulations! tison > > > > Enrico Olivelli 于2022年11月10日周四 15:09写道: > > >

Re: [ANNOUNCE] New Committer: Qiang Huang

2022-10-14 Thread r...@apache.org
Congratulations Qiang Huang -- Thanks XiaolongRan Nicolò Boschi 于2022年10月14日周五 15:23写道: > Congrats! > Nicolò Boschi > > > Il giorno ven 14 ott 2022 alle ore 09:18 Jiaqi Shen < > gleiphir2...@gmail.com> > ha scritto: > > > Congratulations! > > > > (Are you BUPTer?🤔 ) > > > > Thanks, > > Jiaqi Sh

[ANNOUNCE] Apache Pulsar Go Client v0.9.0 released

2022-10-08 Thread r...@apache.org
The Apache Pulsar team is proud to announce Apache Pulsar Go Client version v0.9.0. Pulsar is a highly scalable, low latency messaging platform running on commodity hardware. It provides simple pub-sub semantics over topics, guaranteed at-least-once delivery of messages, automatic cursor managemen

Re: [VOTE] Pulsar Client Go Release 0.9.0 Candidate 2

2022-10-08 Thread r...@apache.org
:38写道: > +1 (non-binding) > > - Verified the sha-512 checksum > - Build from the source code > - Run producer and consumer > > Best, > Max Xu > > > On Thu, Sep 29, 2022 at 2:35 PM r...@apache.org > wrote: > > > Hi everyone, > > > > Please re

Re: [VOTE] Pulsar Release 2.10.2 Candidate 1

2022-09-29 Thread r...@apache.org
+1 (non-binding) - Checksum and signatures - Run Go SDK produce/consume - Run Pulsar standalone and produce/consume case -- Thanks Xiaolong Ran guo jiwei 于2022年9月29日周四 11:30写道: > +1 (binding) > > - Checksum and signatures > - Apache Rat check passes > - Compile from source with JDK11 > - Valid

Re: [DISCUSS] Changed pulsar-go-client minimum Go SDK version from 1.15 to 1.16

2022-09-28 Thread r...@apache.org
e > which versions are going to be supported and for how long. > > On Wed, Sep 28, 2022 at 8:31 PM 沈家琦 wrote: > > > +1 > > pulsar-go-client from Go 1.15 to Go 1.16 > > > > Thanks > > > > r...@apache.org 于2022年9月29日周四 11:11写道: > > > > > He

[VOTE] Pulsar Client Go Release 0.9.0 Candidate 2

2022-09-28 Thread r...@apache.org
Hi everyone, Please review and vote on the release candidate #2 for the version 0.9.0, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) This is the second release candidate for Apache Pulsar Go client, version 0.9.0. It fixes the follo

Re: [VOTE] Pulsar Client Go Release 0.9.0 Candidate 1

2022-09-28 Thread r...@apache.org
-1 In https://github.com/apache/pulsar-client-go/pull/777 we introduce the function of AckResponse, but the modification of this function blocks the original unit test, so this piece of logic needs to be refactored. At present, the problem has been fixed, I will close the current Vote and re-lau

[DISCUSS] Changed pulsar-go-client minimum Go SDK version from 1.15 to 1.16

2022-09-28 Thread r...@apache.org
Hello everyone: In the current version of pulsar-go-client, we do not support embedding the version information of pulsar-go-client into Client Command to send to the Broker. Now the hard code is fixed to 0.1.0. This makes it impossible for us to determine which version of pulsar-go-client the cur

Re: [VOTE] PIP-155: Drop support for Python2

2022-04-21 Thread r...@apache.org
+1 (non-binding) -- Thanks Xiaolong Ran Jiuming Tao 于2022年4月21日周四 19:00写道: > +1 > Thanks, > Tao Jiuming > > > 2022年4月20日 下午8:42,Matteo Merli 写道: > > > > https://github.com/apache/pulsar/issues/15185 > > > > ## Motivation > > > > Python 2.x has been deprecated for many years now and it was > >

Re: [VOTE] [PIP-152] Support subscription level dispatch rate limiter setting.

2022-04-21 Thread r...@apache.org
+1 Thanks Xiaolong Ran Zike Yang 于2022年4月20日周三 09:41写道: > +1 > > Thanks, > Zike > > On Wed, Apr 20, 2022 at 9:20 AM Dezhi Liu > wrote: > > > > +1 > > > > Dezhi Liu >

Re: [ANNOUNCE] New Committer: Zike Yang

2022-04-21 Thread r...@apache.org
Congratulations zike -- Thanks Xiaolong Ran guo jiwei 于2022年4月19日周二 09:44写道: > Congrats > > > Regards > Jiwei Guo (Tboy) > > > On Mon, Apr 18, 2022 at 5:37 PM ZhangJian He wrote: > > > Congratulations > > > > Thanks > > ZhangJian He > > > > Ran Gao 于2022年4月18日周一 13:33写道: > > > > > Hi, zike, c

Re: [ANNOUNCE] New Committer: Zhangmin Gao

2022-04-18 Thread r...@apache.org
Congrats Zhangmin! -- Thanks Xiaolong Ran Ran Gao 于2022年4月18日周一 13:41写道: > +1 > > Best, > Ran Gao > > On 2022/04/13 09:35:57 PengHui Li wrote: > > The Apache Pulsar Project Management Committee (PMC) has invited Zhangmin > > Gao > > https://github.com/gaozhangmin to become a committer and we ar

Re: [discuss] Support fail-fast strategy when broker rate-limited

2022-04-12 Thread r...@apache.org
behavior. r...@apache.org 于2022年4月13日周三 10:59写道: > We also encountered the same problem. When the current limit is triggered, > fast failure is an ideal way to deal with it. In this way, the behavior of > the current limit itself can be notified to the client-side in time, and > the user

Re: [discuss] Support fail-fast strategy when broker rate-limited

2022-04-12 Thread r...@apache.org
We also encountered the same problem. When the current limit is triggered, fast failure is an ideal way to deal with it. In this way, the behavior of the current limit itself can be notified to the client-side in time, and the user can feel the behavior of the current limit, instead of letting the

Re: [DISSCUSS] [PIP-151] Use the system topic to store the bundle load data

2022-04-12 Thread r...@apache.org
Hi Kai: Good ideas, For this PIP, there are the following confusions: 1. Does the current bundle-data strongly depend on zk for data consistency? 2. If the data of bundle-data is dumped to system-topic, can there be a good guarantee for the real-time performance of bundle changes? 3. This seems

Re: [VOTE] Pulsar Release 2.10.0 Candidate 4

2022-03-23 Thread r...@apache.org
+1(non-binding) Validate Go SDK Validate Pub/Sub and Java Functions -- Thanks Xiaolong Ran Matteo Merli 于2022年3月23日周三 15:06写道: > +1 > > Checked: > * Signatures > * Bin distribution: > - NOTICE, README, LICENSE > - Start standalone service and producer/consumer test > * Src distri

Re: [VOTE] Pulsar Client Go Release 0.8.1 Candidate 1

2022-03-13 Thread r...@apache.org
+1 (non-bindig) - Verify the checksum - Run Action CI for all test case -- Thanks Xiaolong Ran Hiroyuki Sakai 于2022年3月11日周五 14:24写道: > +1(binding) > > - Verify the checksum / signature > - Run producer and consumer > > Regards, > Hiroyuki > > ___

Re: [VOTE][PIP-146] ManagedCursorInfo compression

2022-03-13 Thread r...@apache.org
+1 -- Thanks Xiaolong Ran Hang Chen 于2022年3月14日周一 09:55写道: > +1 > > Thanks, > Hang > > Haiting Jiang 于2022年3月10日周四 16:21写道: > > > > +1 > > > > Thanks, > > Haiting > > > > On 2022/03/09 09:18:04 Zixuan Liu wrote: > > > Hi Pulsar community, > > > > > > I want to start this PIP - > https://github

Re: [ANNOUNCE] New Committer: Andrey Yegorov

2022-03-13 Thread r...@apache.org
Congrats Andrey! ZhangJian He 于2022年3月14日周一 09:51写道: > Congrats Andrey! > > > Yu 于2022年3月14日周一 09:33写道: > > > Congrats Andrey! > > > > On Mon, Mar 14, 2022 at 9:15 AM Hang Chen wrote: > > > > > Congratulations Andrey! > > > > > > Best, > > > Hang > > > > > > Li Li 于2022年3月14日周一 08:41写道: > > >

Re: [ANNOUNCE] Apache Pulsar Node.js client 1.6.2 released

2022-03-13 Thread r...@apache.org
Thanks E teacher work for this -- Thanks Xiaolong Ran Guangning E 于2022年3月11日周五 11:56写道: > The Apache Pulsar team is proud to announce Apache Pulsar Node.js client > version 1.6.2. > > Pulsar is a highly scalable, low latency messaging platform running on > commodity hardware. It provides simpl

Re: Re: [DISCUSS] Releasing pulsar-client-go 0.8.1

2022-03-13 Thread r...@apache.org
gt; Michael > > > > [0] https://github.com/apache/pulsar-client-go/releases/tag/v0.8.0 > > > > On Mon, Mar 7, 2022 at 7:59 PM Rui Fu rf...@apache.org rf...@apache.org> wrote: > > > > > > Thanks for all your votings, I will start working on the release. &

Re: [DISCUSSION][PIP-146] ManagedCursorInfo compression

2022-03-07 Thread r...@apache.org
Hi Zixuan: Here I am more concerned about whether this feature will break backward compatibility, for historical data or old clusters, how do we use this feature. -- Thanks Xiaolong Ran Zixuan Liu 于2022年3月7日周一 15:14写道: > Hi everyone, > > Good catch! I update my proposal on > https://github.com

Re: [DISCUSS] Releasing pulsar-client-go 0.8.1

2022-03-06 Thread r...@apache.org
+1 -- Thanks Xiaolong Ran PengHui Li 于2022年3月5日周六 18:10写道: > +1 > > Penghui > > On Sat, Mar 5, 2022 at 4:58 AM Matteo Merli > wrote: > > > +1 Thanks Rui, we should eliminate the GPL dependency ASAP. > > > > > > > > -- > > Matteo Merli > > > > > > On Thu, Mar 3, 2022 at 2:08 AM Rui Fu wrote:

Re: [VOTE] [PIP-143] Support split bundle by specified boundaries

2022-03-02 Thread r...@apache.org
+1 Thanks Xiaolong Ran PengHui Li 于2022年2月27日周日 13:04写道: > +1 > > Thanks, > Penghui > > On Sat, Feb 26, 2022 at 11:59 AM Haiting Jiang > wrote: > > > +1 > > > > Thanks, > > Haiting > > > > On 2022/02/26 02:53:23 Aloys Zhang wrote: > > > Hi Pulsar Community, > > > > > > I would like to start a

[ANNOUNCE] Apache Pulsar Go Client 0.8.0 released

2022-02-20 Thread r...@apache.org
The Apache Pulsar team is proud to announce Apache Pulsar Go Client version 0.8.0. Pulsar is a highly scalable, low latency messaging platform running on commodity hardware. It provides simple pub-sub semantics over topics, guaranteed at-least-once delivery of messages, automatic cursor management

Re: [VOTE] Pulsar Client Go Release 0.8.0 Candidate 1

2022-02-20 Thread r...@apache.org
> > - Checked the signatures > > > - Run produce and consume on a standalone > > > > > > Penghui > > > > > > On Thu, Feb 17, 2022 at 12:45 AM Matteo Merli > > > wrote: > > > > > > > +1 > > > > > >

[VOTE] Pulsar Client Go Release 0.8.0 Candidate 1

2022-02-15 Thread r...@apache.org
Hi everyone, Please review and vote on the release candidate #1 for the version 0.8.0, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) This is the first release candidate for Apache Pulsar Go client, version 0.8.0. It fixes the followi

Re: [ANNOUNCE] New Committer: Aloys Zhang

2022-02-09 Thread r...@apache.org
Congratulations, Aloys Zhang! -- Thanks Xiaolong Ran linlin 于2022年2月10日周四 10:46写道: > The Apache Pulsar Project Management Committee (PMC) has invited Aloys > Zhang > > (https://github.com/aloyszhang) to become a committer and we are pleased > to > > announce that he has accepted. > > Aloys Zhan

[DISCUSS] Releasing Pulsar-client-go 0.8.0

2022-02-09 Thread r...@apache.org
Hello Everyone: I hope you’ve all been doing well. In the past two months, we have fixed a number of bugs related to connection leaks and added some new features. For more information refer to: https://github.com/apache/pulsar-client-go/milestone/9

Re: [DISCUSSION] PIP-135: Include MetadataStore backend for Etcd

2022-01-16 Thread r...@apache.org
+1 -- Thanks Xiaolong Ran Aloys Zhang 于2022年1月13日周四 16:49写道: > +1 > > Hang Chen 于2022年1月13日周四 14:39写道: > > > +1 > > > > Best, > > Hang > > > > Enrico Olivelli 于2022年1月13日周四 14:20写道: > > > > > > +1 > > > > > > Enrico > > > > > > Il Gio 13 Gen 2022, 06:01 Joe F ha scritto: > > > > > > > +1 > >

Re: [Discuss] Create new issues to SDKs in different languages

2022-01-13 Thread r...@apache.org
gt; > On Wed, Jan 12, 2022 at 4:18 PM Haiting Jiang > > wrote: > > > > > > +1. Great idea. > > > > > > I wonder if we can create issue in client repo automatically with bots > > for PRs labelled"component/client" in pulsar repo. > > >

Re: [VOTE] PIP-122: Change loadBalancer default loadSheddingStrategy to ThresholdShedder

2022-01-11 Thread r...@apache.org
+1 (non-binding) -- Thanks Xiaolong Ran Haiting Jiang 于2022年1月12日周三 09:52写道: > +1 > > On 2022/01/10 06:47:44 Hang Chen wrote: > > This is the voting thread for PIP-122. It will stay open for at least 48 > > hours. > > > > https://github.com/apache/pulsar/issues/13340 > > > > Pasted below for q

Re: [VOTE] PIP-121: Pulsar cluster level auto failover on client side

2022-01-11 Thread r...@apache.org
+1 (non-binding) -- Thanks Xiaolong Ran Zike Yang 于2022年1月12日周三 09:58写道: > +1 (non-binding) > > On Wed, Jan 12, 2022 at 9:52 AM Haiting Jiang > wrote: > > > > +1 > > > > On 2022/01/12 00:09:26 Matteo Merli wrote: > > > +1 > > > -- > > > Matteo Merli > > > > > > > > > On Tue, Jan 11, 2022 at 1

Re: [VOTE] PIP-117: Change Pulsar standalone defaults

2022-01-11 Thread r...@apache.org
+1 (non-binding) -- Thanks Xiaolong Ran Neng Lu 于2022年1月12日周三 04:45写道: > +1 (non-binding) > > On Wed, Jan 5, 2022 at 7:19 AM Lan Liang wrote: > > > +1 > > > > > > > > > > > > > > Best Regards, > > Lan Liang > > On 12/23/2021 19:21,Haiting Jiang wrote: > > +1 > > > > Thanks, > > Haiting > > > >

Re: [VOTE] PIP-132: Include message header size when check maxMessageSize of non-batch message on the client side.

2022-01-11 Thread r...@apache.org
+1 (non-binding) -- Thanks Xiaolong Ran mattison chao 于2022年1月12日周三 10:15写道: > +1 (non-binding) > > On Wed, 12 Jan 2022 at 09:59, Zike Yang > wrote: > > > +1 (non-binding) > > > > On Wed, Jan 12, 2022 at 9:58 AM Haiting Jiang > > wrote: > > > > > > This is the voting thread for PIP-132. It w

[Discuss] Create new issues to SDKs in different languages

2022-01-11 Thread r...@apache.org
Hello everyone: At present, all our PIP and related function changes are mainly in the Java language, and all new functions will be merged into the Java SDK first, but for SDKs in other languages, this is completely a black box, they don't know what changes or optimizations have been made on the J

Re: [Discuss] Apache pulsar-manager 0.3.0 release

2021-11-28 Thread r...@apache.org
+1 -- Thanks Xiaolong Ran Guangning E 于2021年11月25日周四 下午1:59写道: > Hello everyone: > > It has been a long time since the release of the previous version's major > release (0.2.0). I am planning to start the 0.3.0 release soon to fix some > issues with the pulsar manager . > > > > Thanks, > Guangn

Re: [ANNOUNCE] Apache Pulsar Go Client 0.7.0 released

2021-11-15 Thread r...@apache.org
Good news, thanks Chris work for this! -- Thanks Xiaolong Ran Chris Kellogg 于2021年11月16日周二 下午1:41写道: > The Apache Pulsar team is proud to announce Apache Pulsar Go Client > version 0.7.0. > > Pulsar is a highly scalable, low latency messaging platform running on > commodity hardware. It provide

Re: [VOTE] PIP 106: Negative acknowledgment backoff

2021-11-01 Thread r...@apache.org
+1 (non-binding) And the Impl refer to: https://github.com/apache/pulsar/pull/12566, PTAL -- Thanks Xiaolong Ran linlin 于2021年11月1日周一 下午5:59写道: > +1 > > Enrico Olivelli 于2021年11月1日周一 下午5:47写道: > > > +1 (binding) > > > > > > Thanks > > Enrico > > > > Il Lun 1 Nov 2021, 09:50 PengHui Li ha scr

Re: [VOTE] Pulsar Client Go Release 0.7.0 Candidate 1

2021-11-01 Thread r...@apache.org
+1 (non-binding) - Validate pub/sub - Validate SHA-512 checksums -- Thanks Xiaolong Ran Chris Kellogg 于2021年11月1日周一 上午6:08写道: > Hi everyone, > Please review and vote on the release candidate #1 for the version 0.7.0, > as follows: > [ ] +1, Approve the release > [ ] -1, Do not approve the rele

Re: [VOTE] Pulsar Release 2.9.0 Candidate 2

2021-11-01 Thread r...@apache.org
+1 (non-binding) 1. Validate Pub/Sub and Java Functions 2. Validate Connectors 3. Validate Stateful Functions 4. Validate the sha512 checksums and gpg signatures 5. Validate Go SDK pub/sub -- Thanks Xiaolong Ran Massimiliano Mirelli 于2021年11月1日周一 上午5:57写道: > +1 (non-binding) > > Verified: > >

Re: List all topics

2021-11-01 Thread r...@apache.org
Hello Enrico and Devin: Here I have a concern. Assuming that there are many topics in your cluster, will this request keep failing? In a production environment, in fact, I see the current phenomenon is that if there are 20w sub-partitioned topics under a namespace, when you execute bin/pulsar-adm

Re: [DISCUSS] Apache Pulsar 2.8.2 Release

2021-10-27 Thread r...@apache.org
LGTM +1 -- Thanks Xiaolong Ran Enrico Olivelli 于2021年10月27日周三 下午8:34写道: > +1 > > Enrico > > Il giorno mer 27 ott 2021 alle ore 13:39 PengHui Li > ha > scritto: > > > +1 > > > > On Wed, Oct 27, 2021 at 4:22 PM linlin wrote: > > > > > Hi all, > > > > > > I hope you've all been doing well. It ha

Re: [DISCUSS] cut pulsar-client-go 0.7.0 release

2021-10-21 Thread r...@apache.org
LGTM +1 This week I have tried to merge and process part of the code, And the pr need to merge to master. https://github.com/apache/pulsar-client-go/pull/528 -- Thanks Xiaolong Ran Enrico Olivelli 于2021年10月21日周四 下午2:33写道: > Chris, > > Il Gio 21 Ott 2021, 04:09 Chris Kellogg ha scritto: > > >

Re: [DISCUSSION] PIP-106: Negative acknowledgment backoff

2021-10-15 Thread r...@apache.org
Thanks PenghuiLi, I will try to base this PIP to provide the corresponding code to implement. LGTM +1(non-binding) -- Thanks Xiaolong Ran PengHui Li 于2021年10月15日周五 下午3:56写道: > https://github.com/apache/pulsar/issues/12379 > > --- Pasted here for quoting convenience --- > > ## Motivation > > Ap

Re: [PROPOSAL] Support level increment delay for ReconsumerLater interface

2021-10-14 Thread r...@apache.org
need. So we consider an automatic backoff retry strategy based on the current Nack logic. In addition to supporting the default automatic retry strategy, we can also expose a NackPolicy interface to support users to customize their own backoff retry strategy -- Thanks Xiaolong Ran r...@apache.org

Re: [VOTE] PIP - Support pluggable entry filter in Dispatcher

2021-10-14 Thread r...@apache.org
+1 (non-binding) -- Thanks Xiaolong Ran PengHui Li 于2021年10月14日周四 上午11:58写道: > +1 (binding) > > Penghui > > On Wed, Oct 13, 2021 at 5:19 PM Hang Chen wrote: > > > +1 (binding) > > > > Good job! > > > > Thanks, > > Hang > > > > Enrico Olivelli 于2021年10月13日周三 下午5:04写道: > > > > > > +1 (binding)

Re: Release 2.9.0....adding more PRs ? please don't

2021-10-14 Thread r...@apache.org
Hello, Enrico: In version 2.9.0, do we need to consider whether transaction-related features can be used in a production environment? This feature is expected by many users. So do you need to consider the progress of transaction-related stability. -- Thanks Xiaolong Ran Enrico Olivelli 于2021年10

Re: [PROPOSAL] Support level increment delay for ReconsumerLater interface

2021-09-28 Thread r...@apache.org
port an ExponentiallyBackoffAckTimePolicy, > and XXXAckTimeoutPolicy and YYYAckTimeoutPolicy can be implemented by > users. > > Thanks, > Penghui. > > On Fri, Sep 10, 2021 at 4:33 PM r...@apache.org > wrote: > > > Hello everyone: > > > > I wrote a proposal to enhan

Re: [PROPOSAL] Support level increment delay for ReconsumerLater interface

2021-09-28 Thread r...@apache.org
ling will not use the delay queue such as > > we have an AckTimePolicy there > > And by default, we can support an ExponentiallyBackoffAckTimePolicy, > > and XXXAckTimeoutPolicy and YYYAckTimeoutPolicy can be implemented by > > users. > > > > Thanks, > &g

Re: [PROPOSAL] Support level increment delay for ReconsumerLater interface

2021-09-28 Thread r...@apache.org
the ack timeout is more > > reasonable, the ack timeout handling will not use the delay queue such as > > we have an AckTimePolicy there > > And by default, we can support an ExponentiallyBackoffAckTimePolicy, > > and XXXAckTimeoutPolicy and YYYAckTimeoutPolicy

Re: [apache/pulsar-helm-chart] Release pulsar-2.7.3 - pulsar-2.7.3

2021-09-10 Thread r...@apache.org
a problem, we can ask the ASF > about the best practices on releasing Helm Charts and create > our Pulsar way of releasing the Helm Chart. > > Best regards > Enrico > > > > Il giorno ven 10 set 2021 alle ore 10:45 r...@apache.org < > ranxiaolong...@gmail.com> ha sc

Re: [apache/pulsar-helm-chart] Release pulsar-2.7.3 - pulsar-2.7.3

2021-09-10 Thread r...@apache.org
Hello Enrico: The current release of pulsar-helm-chart does not have a related process to illustrate this. In a conventional way, each release owner will push the related docker image to the docker hub after each release is completed. At this time, we will go to pulsar-helm-chart to open a new pr

Re: [DISCUSS] PIP 84 : Transaction performance tools.

2021-09-10 Thread r...@apache.org
LGTM +1 -- Thanks Xiaolong Ran PengHui Li 于2021年9月9日周四 下午10:18写道: > LGTM +1 > > On Thu, Sep 9, 2021 at 9:22 PM Jia Zhai wrote: > > > +1 > > > > Best Regards. > > > > > > Jia Zhai > > > > Beijing, China > > > > Mobile: +86 15810491983 > > > > > > > > > > On Thu, Sep 9, 2021 at 3:20 PM Enrico Ol

[PROPOSAL] Support level increment delay for ReconsumerLater interface

2021-09-10 Thread r...@apache.org
Hello everyone: I wrote a proposal to enhance the functionality of ReconsumeLater, the specific content is as follows: --- # PIP 94: Support level increment delay for ReconsumerLater interface - Status: Draft - Author: Xiaolong Ran - Pull request: - Mailing list discussion: - Release: The purp

Re: [ANNOUNCE] Apache Pulsar 2.7.3 released

2021-08-10 Thread r...@apache.org
Cool, thanks congbo -- Thanks Xiaolong Ran 丛搏 于2021年8月11日周三 上午9:10写道: > The Apache Pulsar team is proud to announce Apache Pulsar version 2.7.3. > > Pulsar is a highly scalable, low latency messaging platform running on > commodity hardware. It provides simple pub-sub semantics over topics, > g

Re: [ANNOUNCE] New committer: Rui Fu

2021-08-10 Thread r...@apache.org
Congrats Rui! -- Thanks Xiaolong Ran Aloys Zhang 于2021年8月11日周三 上午1:44写道: > Congrats Rui! > > PengHui Li 于2021年8月10日周二 下午11:42写道: > > > Congrats Rui! > > > > Penghui > > On Aug 10, 2021, 8:43 PM +0800, Yunze Xu , > > wrote: > > > Congrats Rui! > > > > > > Thanks, > > > Yunze > > > > > -- > Best

Re: [ANNOUNCE] New PMC member: Hang Chen

2021-08-03 Thread r...@apache.org
Congrats chen hang -- Thanks Xiaolong Ran Guangning E 于2021年8月3日周二 下午8:20写道: > Congrats! > > Enrico Olivelli 于2021年8月3日周二 下午7:28写道: > >> Congrats! >> >> >> Enrico >> >> Il Mar 3 Ago 2021, 13:24 Jia Zhai ha scritto: >> >>> Hi everyone, >>> >>> The Apache Pulsar Project Management Committee (P

Re: [ANNOUNCE] New PMC member: Enrico Olivelli (eolivelli)

2021-08-02 Thread r...@apache.org
Congratulations to Enrico~ -- Thanks Xiaolong Ran Jinfeng Huang 于2021年8月3日周二 上午8:48写道: > Congrats Enrico and thanks for all your awesome work on the project!! > > Best Regards, > Jennifer > > > On Tue, Aug 3, 2021 at 8:30 AM Rui Fu wrote: > > > Congrats Enrico! > > > > Best, > > > > Rui > > 在

Re: [ANNOUNCE] New PMC member: Lin Lin (@315157973)

2021-08-02 Thread r...@apache.org
Congratulations to Lin Lin~ -- Thanks Xiaolong Ran Jinfeng Huang 于2021年8月3日周二 上午8:48写道: > Congratulations to Lin Lin~ > > Best Regards, > Jennifer > > > On Tue, Aug 3, 2021 at 8:31 AM Rui Fu wrote: > > > Congrats Lin! > > > > Best, > > > > Rui > > 在 2021年8月2日 +0800 PM11:51,PengHui Li ,写道: > >

Re: Fix Debezium Connectors to pass integration test

2021-07-25 Thread r...@apache.org
Great Job, cool Neng!!! -- Thanks Xiaolong Ran Sijie Guo 于2021年7月24日周六 上午4:14写道: > Great finding! > > Thanks Neng for fixing the issue! > > - Sijie > > On Thu, Jul 22, 2021 at 6:24 PM Neng Lu wrote: > > > > Hi All, > > > > I spent some time digging into the debezium connector integration test

Re: Moving questions from Slack to Stack Overflow

2021-07-25 Thread r...@apache.org
Good ideas, we had the same idea before, but for some reason, we stagnated. It would be a very good job to reopen here. We already have a tag tracking related issues before, refer to: https://stackoverflow.com/questions/tagged/apache-pulsar. We can consider continuing to use this tag. -- Thanks

Re: [DISCUSS] Apache Pulsar 2.8.1 Release

2021-07-25 Thread r...@apache.org
+1 -- Thanks Xiaolong Ran PengHui Li 于2021年7月26日周一 上午8:47写道: > +1 > > Regards > Penghui > > On Sun, Jul 25, 2021 at 3:29 AM Enrico Olivelli > wrote: > > > +1 thanks > > > > Enrico > > > > Il Sab 24 Lug 2021, 16:29 Hang Chen ha scritto: > > > > > Hi all, > > > > > > I hope you've all been doi

[ANNOUNCE] Apache Pulsar Go Client 0.6.0 released

2021-07-25 Thread r...@apache.org
The Apache Pulsar team is proud to announce Apache Pulsar Go Client version 0.6.0. Pulsar is a highly scalable, low latency messaging platform running on commodity hardware. It provides simple pub-sub semantics over topics, guaranteed at-least-once delivery of messages, automatic cursor management

Re: [VOTE] Pulsar Client Go Release 0.6.0 Candidate 1

2021-07-25 Thread r...@apache.org
> Rui > 在 2021年7月21日 +0800 PM3:34,r...@apache.org ,写道: > > Hi everyone, > > > > > > Please review and vote on the release candidate #1 for the version 0.6.0, > > as follows: > > > > [ ] +1, Approve the release > > > > [ ] -1, Do not app

[VOTE] Pulsar Client Go Release 0.6.0 Candidate 1

2021-07-21 Thread r...@apache.org
Hi everyone, Please review and vote on the release candidate #1 for the version 0.6.0, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) This is the first release candidate for Apache Pulsar Go client, version 0.6.0. It fixes the f

Re: [DISCUSS] Releasing Pulsar-client-go 0.6.0

2021-07-21 Thread r...@apache.org
rote: > > > +1 > > > > > > Thanks > > > Ming > > > > > > On Mon, 19 Jul 2021 at 18:55, Neng Lu wrote: > > > > > > > +1 > > > > > > > > Neng Lu > > > > > > > > On 2

[DISCUSS] Releasing Pulsar-client-go 0.6.0

2021-07-19 Thread r...@apache.org
Hello Everyone: I hope you’ve all been doing well. In the past two months, we have fixed a number of bugs related to connection leaks and added some new features. For more information refer to: https://github.com/apache/pulsar-client-go/milestone/7?closed=1 For that reason, I think we should be

Re: [VOTE] Apache Pulsar Adapters Release 2.8.0 Candidate 1

2021-07-07 Thread r...@apache.org
Grade Jobs! Thanks Enrico. -- Thanks Xiaolong Ran Enrico Olivelli 于2021年6月26日周六 下午7:52写道: > This is the first release candidate for Apache Pulsar Adapters, version > 2.8.0. > > It fixes the following issues: > https://github.com/apache/pulsar-adapters/milestone/2?closed=1 > > *** Please downlo

Re: [Doc] generate docs from code automatically

2021-07-07 Thread r...@apache.org
Thanks yu, it seems to be a good start, so that we can better ensure the consistency of the code and documentation, rather than relying on artificial methods to fix the consistency problem. Of course, I would be happy to participate if time permits. -- Thanks Xiaolong Ran Anonymitaet _ 于2021年7月

Re: [DISCUSS] Apache Pulsar 2.7.3 Release

2021-06-24 Thread r...@apache.org
+1 -- Thanks Xiaolong Ran Shivji Kumar Jha 于2021年6月25日周五 下午1:41写道: > +1 > > Regards, > Shivji Kumar Jha > http://www.shivjijha.com/ > +91 8884075512 > > > On Fri, 25 Jun 2021 at 10:24, Guangning E wrote: > > > +1 > > > > 丛搏 于2021年6月25日周五 下午12:10写道: > > > > > Hi all, > > > > > > How are you?

Re: [DISCUSS] Apache Pulsar 2.8.0 Release

2021-06-06 Thread r...@apache.org
Cool, LGTM +1 -- Thanks Xiaolong Ran PengHui Li 于2021年5月11日周二 下午4:38写道: > Hi, everyone > > I hope you’ve all been doing well. In June, there are 5 months we haven’t > released a major version. So I would like to start an email thread to > discuss features that we planned for 2.8.0. > > There

Re: Standardize authentication and authorization terms

2021-06-01 Thread r...@apache.org
Hello Chris: This is a good idea. If possible, you can submit a PIP to list the confusion of the current terminology and if we want to unify, do we need to make some changes to the current structure? In this case, it is convenient for us to further evaluate whether the current idea can be better

Re: [DISCUSS] Propose More Formal Policy for Security Patches and EOL of Versions

2021-06-01 Thread r...@apache.org
LGTM +1 PIP-47 itself also has this scenario consideration. We can quickly iterate through small versions to quickly respond to problems that may occur in each major version, and we can submit patches for major versions at any time. -- Thanks Xiaolong Ran Michael Marshall 于2021年5月28日周五 上午5:4

Re: [ANNOUNCE] New committer: Yunze Xu

2021-06-01 Thread r...@apache.org
Congrats to Yunze, --- Thanks Xiaolong Ran Jia Zhai 于2021年5月31日周一 上午11:56写道: > 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 annou

Re: [VOTE] Pulsar Release 2.6.4 Candidate 1

2021-06-01 Thread r...@apache.org
+1 (non-binding) - validate pub/sub and java/go functions - validate connectors - validate stateful functions - validate go client pub/sub -- Thanks Xiaolong Ran Lari Hotari 于2021年5月28日周五 下午6:12写道: > This is the first release candidate for Apache Pulsar, version 2.6.4. > > It contains the fol

Re: Cutting 2.6.4 release to address CVE-2021-22160

2021-05-27 Thread r...@apache.org
LGTM +1 -- Thanks Xiaolong Ran Lari Hotari 于2021年5月28日周五 上午2:40写道: > Dear Pulsar community members, > > I'd like to propose cutting a 2.6.4 release so that we can > address CVE-2021-22160 [1] also in 2.6.x. The fix for CVE-2021-22160 is > included in 2.7.1 . > > Here [2] you can find the list of

  1   2   >