Re: [ANNOUNCE] New committer: Yuri Mizushima

2023-02-27 Thread Zhengxin Cai
Congrats! Yuri Zixuan Liu 于2023年2月27日周一 16:04写道: > Congrats! Yuri > > Best, > Zixuan > > Horizon <1060026...@qq.com.invalid> 于2023年2月27日周一 15:57写道: > > > Congrats! > > > > >

Re: [DISCUSS] PIP-200 Package Pulsar Trino distro and config in a dedicated folder

2022-08-25 Thread Zhengxin Cai
+1 on this, I think helm chart should not be a big issue, we can just upgrade the chart and provide necessary doc on how to upgrade. tison 于2022年8月24日周三 16:41写道: > Hi Enrico and Qiang, > > The issue description was updated. Picked here: > > > upgrade and downgrade doc > > This change should not

Re: [DISCUSS] Implementation for HTTP endpoint producer/consumer

2022-06-07 Thread Zhengxin Cai
Thanks for bringing this up. I think building a separate HTTP server to serve REST produce/consume requests might be a good idea, like FunctionWorkerService, users can choose to run with broker for simplicity or run as a separate component if user wants isolation and scale independently. I think

Re: New committer: Michael Marshal

2021-12-03 Thread Zhengxin Cai
Congrats Micheal! tom lee 于2021年12月3日周五 17:32写道: > Congrats Michael! > > Christophe Bornet 于2021年12月3日周五 17:22写道: > > > Awesome ! Congrats Michael ! > > > > Le ven. 3 déc. 2021 à 08:32, Enrico Olivelli a > > écrit : > > > > > The Project Management Committee (PMC) for Apache Pulsar > > > has

Re: Dropping Presto SQL in 2.9.0 - status ?

2021-11-17 Thread Zhengxin Cai
Hi there, I think the pr is still open, https://github.com/trinodb/trino/pull/8020, will try to push it. But even after the pr is merged, I actually still think we might still want to keep a copy of the connector in Pulsar repo and push changes to Trino repo periodically, as this will allow much

Re: [PROPOSAL] Introduce Maven Modernizer plugin to Pulsar

2021-09-22 Thread Zhengxin Cai
Hi there, I'm not sure if this is worth a PIP in the sense that it's not trying to refactor existing or add new functionality which we might face trade off thus need detailed design and discuss Replacing code snippets with an equivalent from higher version JDK should have no impact from

[PROPOSAL] Introduce Maven Modernizer plugin to Pulsar

2021-09-20 Thread Zhengxin Cai
Hi Pulsar Community, I'd like to propose that we introduce Maven Modernizer[1] plugin into Pulsar project. This plugin helps detecting uses of legacy APIs which can be replaced with modern APIs that are often more performant, safer, and idiomatic than the legacy equivalents. It's already used by

Re: Updates on Presto connector for PIP-62

2021-06-01 Thread Zhengxin Cai
Actually we're in the process of contributing the Trino(formerly PrestoSQL) connector back to Trino repo. I'm not sure if we still want to maintain the connector in the Pulsar repo after that? It's just gonna be super hard to maintain 2 copies of the code and porting patch between them, and most

Re: [ANNOUNCE] New committer: Enrico Olivelli

2021-03-19 Thread Zhengxin Cai
Congrats Enrico! Best, Marvin, Aparnesh Gaurav 于2021年3月19日周五 上午6:20写道: > Congratulations Enrico .. > > Best regards, > Aparnesh > > On Thu, Mar 18, 2021 at 7:33 PM Michael Marshall > wrote: > > > Congratulations Enrico! That's great news! > > > > - Michael Marshall > > > > On Thu, Mar 18,

PIP for making dispatcher pluggable

2020-12-08 Thread Zhengxin Cai
Hi Pulsar community, Recently there was discussion about adding consumer filtering logic at broker side, and the community has choose not to add that to core components but still would like to find a way for uses to do their own customization. Here I'm proposing we can make the message dispatcher