Re: [DISCUSS] Release Pulsar C++ Client 3.5.1 and upgrade the verify process

2024-03-27 Thread 徐昀泽
I’ve updated the release process in https://github.com/apache/pulsar-client-cpp/wiki/Committer-Release-Guide#sign-and-stage-the-artifacts Feel free to update the release process if you have any other idea. Thanks, Yunze > On Mar 25, 2024, at 20:39, Baodi Shi wrote: > > +1 Thank you for push t

Re: [DISCUSS] Optimizing the Method of Estimating Message Backlog Size in Pulsar

2024-03-27 Thread Xiangying Meng
Agree. While the name might be misleading, it indeed accurately reflects the actual disk usage situation. BR On Wed, Mar 27, 2024 at 3:48 PM Girish Sharma wrote: > > Hi Xiangying, > > > > In the current implementation, the backlog size is estimated from the > > mark delete position to the last

Re: [DISCUSS] Optimize the Acktimeout Mechanism in Pulsar Client

2024-03-27 Thread Xiangying Meng
I have considered this issue, but it may increase the user's consumption delay. However, it is not appropriate to make modifications in the ack timeout. Yubiao and I have just discussed this issue, and we should handle it in the AcknowledgementsGroupingTracker to automatically retry failed ack requ

Re: [DISCUSS] Optimize the Acktimeout Mechanism in Pulsar Client

2024-03-27 Thread ZhangJian He
Hi, Xiangying. Have you ever considered the `isAckReceiptEnabled` param? Thanks ZhangJian He On Wed, Mar 27, 2024 at 3:33 PM Xiangying Meng wrote: > Dear Pulsar Community, > > I would like to initiate a discussion regarding the optimization of > the acktimeout mechanism on the client side. As

Community Over Code NA 2024 Travel Assistance Applications now open!

2024-03-27 Thread Gavin McDonald
Hello to all users, contributors and Committers! [ You are receiving this email as a subscriber to one or more ASF project dev or user mailing lists and is not being sent to you directly. It is important that we reach all of our users and contributors/committers so that they may get a chance t

Re: [DISCUSS] Optimizing the Method of Estimating Message Backlog Size in Pulsar

2024-03-27 Thread Girish Sharma
Hi Xiangying, > In the current implementation, the backlog size is estimated from the > mark delete position to the last confirm position, whereas the backlog > message count is the number of messages from the mark delete position > to the last confirm position, minus the count of individually >

[DISCUSS] Optimize the Acktimeout Mechanism in Pulsar Client

2024-03-27 Thread Xiangying Meng
Dear Pulsar Community, I would like to initiate a discussion regarding the optimization of the acktimeout mechanism on the client side. As we all know, the Pulsar consumer has a configuration for ack timeout that automatically redelivers unacknowledged messages after a certain period. The workflow