Re: [improve][pip] PIP-406: Introduce metrics related to dispatch_throttled_count

2025-02-27 Thread Baodi Shi
thanks, Lari, I replied to the PIP comment: https://github.com/apache/pulsar/pull/23945#discussion_r1974929601 I applied your suggestion, and you can take another look. The corresponding draft code has also been updated for your reference. Thanks, Baodi Shi Lari Hotari 于2025年2月28日周五 01:01写道: >

[DISCUSS] PIP-410: Introduce pending publish buffer usage metrics

2025-02-27 Thread Tao Jiuming
Hi, I open a new PIP to introduce pending publish buffer usage metrics. In the past, we introduced broker side backpressure to protect the broker, but we don't have any metrics to track the publish buffer usage. This PIP is to complete it. PIP link: https://github.com/apache/pulsar/pull/24028 Imp

Re: [improve][pip] PIP-406: Introduce metrics related to dispatch_throttled_count

2025-02-27 Thread Lari Hotari
-1 (binding) I cannot approve this proposal in its current form due to a design issue with the metric implementation that I previously raised in the PR discussion. Issue: The current implementation tracks messages that have already been successfully dispatched to consumers, rather than counting m

Re: [improve][pip] PIP-406: Introduce metrics related to dispatch_throttled_count

2025-02-27 Thread Lari Hotari
I'd like to clarify my earlier comment about "re-throttled messages." After further review, I believe we can simplify our approach. The dispatch throttling doesn't actually track specific message IDs when throttling occurs, so we don't need to worry about counting individual messages. Looking at t

Re: [VOTE] Release Apache Pulsar 3.3.5 based on 3.3.5-candidate-2

2025-02-27 Thread Lari Hotari
Hello all, The vote to release Apache Pulsar version 3.3.5 based on 3.3.5-candidate-2 is now closed. The vote PASSED with 3 binding "+1" and 2 non-binding "+1" votes: "+1" Binding votes: - Jiwei Guo - Matteo Merli - Lari Hotari "+1" Non-Binding votes: - Álvaro Rodriguez - Yike Xiao I'll cont

Re: [VOTE] Release Apache Pulsar 4.0.3 based on 4.0.3-candidate-2

2025-02-27 Thread Lari Hotari
Hello all, The vote to release Apache Pulsar version 4.0.3 based on 4.0.3-candidate-2 is now closed. The vote PASSED with 3 binding "+1" and 2 non-binding "+1" votes: "+1" Binding votes: - Jiwei Guo - Matteo Merli - Lari Hotari "+1" Non-Binding votes: - Álvaro Rodriguez - Yike Xiao I'll cont

Re: [VOTE] Release Apache Pulsar 4.0.3 based on 4.0.3-candidate-2

2025-02-27 Thread Lari Hotari
+1 (binding) - Built from source - Checked the signatures of the source and binary release artifacts - Ran pulsar standalone - Checked producer and consumer - Verified the Cassandra connector - Verified the Stateful function -Lari On 2025/02/25 13:58:59 Lari Hotari wrote: > Hello Apache Pulsar C

Re: [VOTE] Release Apache Pulsar 3.0.10 based on 3.0.10-candidate-1

2025-02-27 Thread Lari Hotari
+1 (binding) - Built from source - Checked the signatures of the source and binary release artifacts - Ran pulsar standalone - Checked producer and consumer - Verified the Cassandra connector - Verified the Stateful function -Lari On 2025/02/19 21:23:01 Lari Hotari wrote: > Hello Apache Pulsar C

Re: [VOTE] Release Apache Pulsar 3.3.5 based on 3.3.5-candidate-2

2025-02-27 Thread Lari Hotari
+1 (binding) - Built from source - Checked the signatures of the source and binary release artifacts - Ran pulsar standalone - Checked producer and consumer - Verified the Cassandra connector - Verified the Stateful function -Lari On 2025/02/25 14:55:11 Lari Hotari wrote: > Hello Apache Pulsar C

Re: [VOTE] Release Apache Pulsar 3.0.10 based on 3.0.10-candidate-1

2025-02-27 Thread Lari Hotari
Hello all, The vote to release Apache Pulsar version 3.0.10 based on 3.0.10-candidate-1 is now closed. The vote PASSED with 3 binding "+1" and 2 non-binding "+1" votes: "+1" Binding votes: - Jiwei Guo - Matteo Merli - Lari Hotari "+1" Non-Binding votes: - Yike Xiao - Álvaro Rodriguez I'll co

Re: [VOTE] PIP-409: support producer configuration for retry/dead letter topic producer

2025-02-27 Thread Tao Jiuming
+1 nonbinding thetumbled 于2025年2月27日 周四12:02写道: > Hi, Pulsar Community. > I would like to start the voting thread for PIP-409: support producer > configuration for retry/dead letter topic producer. > pip link: https://github.com/apache/pulsar/pull/24022 > implementation link: https://github

[ANNOUNCE] Apache Pulsar 3.0.10 released

2025-02-27 Thread Lari Hotari
The Apache Pulsar team is proud to announce Apache Pulsar version 3.0.10. 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 for subs

[ANNOUNCE] Apache Pulsar 3.3.5 released

2025-02-27 Thread Lari Hotari
The Apache Pulsar team is proud to announce Apache Pulsar version 3.3.5. 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 for subsc

[ANNOUNCE] Apache Pulsar 4.0.3 released

2025-02-27 Thread Lari Hotari
The Apache Pulsar team is proud to announce Apache Pulsar version 4.0.3. 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 for subsc

Re: [VOTE] PIP-409: support producer configuration for retry/dead letter topic producer

2025-02-27 Thread Baodi Shi
+1(binding) Thanks, Baodi Shi Tao Jiuming 于2025年2月27日周四 21:11写道: > > +1 nonbinding > > thetumbled 于2025年2月27日 周四12:02写道: > > > Hi, Pulsar Community. > > I would like to start the voting thread for PIP-409: support producer > > configuration for retry/dead letter topic producer. > > pip lin

[improve][pip] PIP-406: Introduce metrics related to dispatch_throttled_count

2025-02-27 Thread Baodi Shi
I would like to start voting thread for [improve][pip] PIP-406: Introduce metrics related to dispatch_throttled_count - PR: https://github.com/apache/pulsar/pull/23945 - Discuss thread: https://lists.apache.org/thread/w9pq1jp3f22prsr97mxzj1yhdoo1cnc4 Thanks, Baodi Shi