Re: [ANNOUNCE] New Committer: Mingze Han

2025-07-30 Thread Gavin gao
Congratulations Aloys Zhang 于2025年7月31日周四 11:26写道: > Congratulations > > Wenbing Shen 于2025年7月9日周三 12:11写道: > > > > Congratulations > > > > Zixuan Liu 于2025年7月8日周二 23:17写道: > > > > > Congratulations > > > > > > Haiting Jiang 于2025年7月8日周二 11:54写道: > > > > > > > The Project Management Committee

Re: [VOTE] PIP-434: Expose Netty channel configuration WRITE_BUFFER_WATER_MARK to pulsar conf and pause receive requests when channel is unwritable

2025-07-30 Thread Gavin gao
+1 Aloys Zhang 于2025年7月31日周四 11:10写道: > +1 > > yubiao 于2025年7月30日周三 17:06写道: > > > > Hi Penghui > > > > > > > > > > > Thanks for driving the proposal. I have left some comments on the > proposal > > > > > that need clarification or alignment before I can cast my vote. > > > > > > > > > > Thanks

Re: [DISCUSS] Dropping the StreamingDispatcher

2023-04-04 Thread Gavin gao
+1, I totally agree with this idea. Enrico Olivelli 于2023年4月4日周二 14:47写道: > Hello, > It has been a long time that we have in the Pulsar code a new > experimental Dispatcher implementation named StreamingDispatcher. > > https://github.com/apache/pulsar/pull/9056 > > There are many flaky tests abo

[Discussion] Add a new default method to to the ManagedLedgerInterceptor

2023-03-13 Thread Gavin gao
The issue is: https://github.com/apache/pulsar/pull/19727 This issue tries to address the index generator rolled back problem when entries add failed. A new default method `afterFailedAddEntry` is added to interface ManagedLedgerInterceptor. And this change should be also cherry-picked to releas

Re: [DISCUSS] PIP-Enable read-only partition, add read and write control for a single partition.

2022-08-24 Thread Gavin Gao
Where we store the metadata? I suggest we use the system topic to store the metadata instead of zk On 2022/08/25 02:36:56 baomingyu_5 wrote: > Hi all, > > In the exclusive consumption mode of exclusive, failover, reader, etc. if a > large number of messages accumulate due to limited consumption

Re: Disable reconsumerLaster method for non shared subscription

2022-07-26 Thread Gavin Gao
7;t have any message > order > requirements. > > Thanks, > Haiting > > On 2022/07/25 06:50:12 Gavin gao wrote: > > As The official doc says "Currently, retry letter topic is enabled in > > Shared subscription types". But, actually We can use this m

Re: [DISCUSS] PIP-195: New bucket based delayed message tracker

2022-07-26 Thread Gavin Gao
+1 On 2022/07/25 02:22:00 Cong Zhao wrote: > Hello Pulsar Community, > > > I would like to open a discussion here about PIP-195 : New bucket based > delayed message tracker. I look forward to your feedback. > > > PIP: https://github.com/apache/pulsar/issues/16763 > > > Thanks, > > Cong Zhao

Disable reconsumerLaster method for non shared subscription

2022-07-24 Thread Gavin gao
As The official doc says "Currently, retry letter topic is enabled in Shared subscription types". But, actually We can use this method when using non shared sub.We should disable using this method for message order considering. Pr: https://github.com/apache/pulsar/pull/16745

Re: [VOTE] PIP-165: Auto release client useless connections

2022-06-14 Thread Gavin Gao
+1 On 2022/06/01 07:11:51 Yubiao Feng wrote: > Hi Pulsar Community: > > There were some mistakes in the last email, so I have corrected them. > > I would like to start a VOTE on "Auto release client useless connections" > (PIP-165). > > Proposal Link: [PIP-165] Auto release client useless conn

Re: [DISCUSS] [PIP-165] Auto release client useless connections

2022-05-26 Thread Gavin Gao
+1 On 2022/05/26 06:31:37 Yubiao Feng wrote: > I open a pip to discuss Auto release client useless connections, could you > help me review > > > ## Motivation > Currently, the Pulsar client keeps the connection even if no producers or > consumers use this connection. > If a client produces mess