Re: [VOTE] PIP-385 Add rate limit semantics to pulsar protocol and Java Client

2024-11-12 Thread Apurva Telang
t; Discussion Thread: > > https://lists.apache.org/thread/9wddmj4o5mrdst427r40rr7phqb05y6s > > > > Please review the PIP document and vote! > > > > Regards > > -- > > Girish Sharma > > > -- Best regards, Apurva Telang.

Re: [VOTE] PIP-379: Key_Shared Draining Hashes for Improved Message Ordering

2024-10-02 Thread Apurva Telang
+1 (non-binding) Best regards, Apurva Telang. On Wed, Oct 2, 2024 at 00:32 Enrico Olivelli wrote: > +1 (binding) > > > Enrico > > Il Mer 2 Ott 2024, 03:21 Matteo Merli ha scritto: > > > +1 > > -- > > Matteo Merli > > > > > &

Re: [VOTE] PIP-381: Handle large PositionInfo state

2024-09-25 Thread Apurva Telang
art the voting thread for PIP-381: Handle large > PositionInfo > > > state. > > > > > > Proposal PR: https://github.com/apache/pulsar/pull/23328 > > > Discussion thread: > > > https://lists.apache.org/thread/8sm0h804v5914zowghrqxr92fp7c255d > > > > > > -- > > > Andrey > > > > -- Best regards, Apurva Telang.

Re: [DISCUSS] PIP-379: Key_Shared Draining Hashes for Improved Message Ordering

2024-09-17 Thread Apurva Telang
Hello Lari, Thanks for writing this proposal. The proposed solution looks good. Best regards, Apurva Telang On Mon, Sep 16, 2024 at 4:23 AM Lari Hotari wrote: > Hi Girish, > > Thank you for your feedback and for raising an important concern about the > potential memory impact of

Re: [VOTE] PIP-375 Expose the Admin client configs: readTimeout, requestTimeout, and connectionTimeout

2024-08-29 Thread Apurva Telang
, requestTimeout, and connectionTimeout > > > > Proposal link: https://github.com/apache/pulsar/pull/23222 > > Discussion link: > > https://lists.apache.org/thread/nwvc1jc29k0hnvtn6qtpdyb8b5xp3ch7 > > > > The vote will stay open for at least 48 hours. > > > > Thanks > > Yubiao Feng > > > -- Best regards, Apurva Telang.

Re: [VOTE] PIP-337: SSL Factory Plugin to customize SSL Context and SSL Engine generation

2024-07-03 Thread Apurva Telang
Thank you everyone. Closing the vote with 3 binding +1s and 2 non-binding +1s. Binding votes: - Matteo Merli - Lari Hotari - Hang Chen Non-Binding votes: - Neng Lu - Chris Bono Best regards, Apurva Telang On Tue, Jul 2, 2024 at 7:19 PM Hang Chen wrote: > +1 (bind

[VOTE] PIP-337: SSL Factory Plugin to customize SSL Context and SSL Engine generation

2024-06-28 Thread Apurva Telang
Hello All, I would like to start the voting thread for PIP-337: SSL Factory Plugin to customize SSL Context and SSL Engine generation PIP link: https://github.com/apache/pulsar/pull/22016 Discuss Thread: https://lists.apache.org/thread/v4xh3fqy2t62xdk37b2ghvkrvvnqrx80 -- Best regards, Apurva

Re: [DISCUSS] PIP-337: SSL Factory Plugin to customize SSL Context and SSL Engine generation

2024-06-28 Thread Apurva Telang
Hello Matteo, Thanks for reviewing the proposal. I will start the voting thread today. Best regards, Apurva Telang On Thu, Jun 27, 2024 at 8:51 AM Matteo Merli wrote: > Hi Apurva, > > Thanks for applying the changes to the proposal. > > It looks good and given the time since

Re: [DISCUSS] PIP-337: SSL Factory Plugin to customize SSL Context and SSL Engine generation

2024-06-26 Thread Apurva Telang
the PIP again and provide additional feedback. Best regards, Apurva Telang On Tue, Feb 6, 2024 at 11:58 AM Apurva Telang wrote: > > Hello All, > > I have submitted a PIP to add a SSL Factory Plugin to customize the > generation of SSL Context and SSL Engine. > > Motivati

Re: [VOTE] PIP-327 Support force topic loading for unrecoverable errors

2024-04-16 Thread Apurva Telang
sue > > # https://github.com/apache/pulsar/issues/21751 > > > > PIP design PR: > > https://github.com/apache/pulsar/pull/21752 > > <https://github.com/apache/pulsar/pull/21452> > > > > Thread: > > https://lists.apache.org/thread/w7w91xztdyy07otw0dh71nl2rn3yy45p > > > > Thanks, > > Rajan > > > -- Best regards, Apurva Telang.

Re: [VOTE] PIP-342: Support OpenTelemetry metrics in Pulsar client

2024-03-14 Thread Apurva Telang
rote: > > > > > > PIP: https://github.com/apache/pulsar/pull/22178 > > > > > > WIP PR: https://github.com/apache/pulsar/pull/22179 > > > > > > > > > > > > > > > -- > > > Matteo Merli > > > > -- Best regards, Apurva Telang.

Re: (Apache committer criteria) [ANNOUNCE] New Committer: Asaf Mesika

2024-03-06 Thread Apurva Telang
n receiving the attention from the community irrespective of the company you belong to. Best regards, Apurva Telang On Wed, Mar 6, 2024 at 10:13 PM Girish Sharma wrote: > On Thu, Mar 7, 2024 at 11:38 AM Yunze Xu wrote: > > > Regarding PIP-332 and PIP 310, similar to PIP-337, there i

[DISCUSS] PIP-337: SSL Factory Plugin to customize SSL Context and SSL Engine generation

2024-02-06 Thread Apurva Telang
ed to build and configure the SSL context taking into consideration backwards compatibility. PIP link: https://github.com/apache/pulsar/pull/22016 Please can the community review the PIP and provide your feedback. -- Best regards, Apurva Telang.

Re: [VOTE] PIP-335: Oxia metadata support

2024-02-06 Thread Apurva Telang
> children > > of a > > > > > > given key > > > > > > 3. Oxia, unlike ZooKeeper, doesn't require the parent path of a > > key to > > > > > > exist. eg: we can create `/a/b/c` key > > > > > > without `/a/b` and `/a` existing. > > > > > > In the Pulsar integration for Oxia we're forcing to create > all > > parent > > > > > > keys when they are not there. This > > > > > > is due to several places in BookKeeper access where it does > > not create > > > > > > the parent keys, though it will > > > > > > later make `getChildren()` operations on the parents. > > > > > > > > > > > > ## Other notes > > > > > > > > > > > > Unlike in the ZooKeeper implementation, the notification of > events > > is > > > > > > guaranteed in Oxia, because the Oxia > > > > > > client SDK will use the transaction offset after server > > reconnections and > > > > > > session restarted events. This > > > > > > will ensure that brokers cache will always be properly > > invalidated. We will > > > > > > then be able to remove the > > > > > > current 5minutes automatic cache refresh which is in place to > > prevent the > > > > > > ZooKeeper missed watch issue. > > > > > > > > > > > > # Links > > > > > > > > > > > > Oxia: https://github.com/streamnative/oxia > > > > > > Oxia Java Client SDK: https://github.com/streamnative/oxia-java > > > > > > > > > > > > > > > > > > -- > > > > > > Matteo Merli > > > > > > > > > > > > > > > -- Best regards, Apurva Telang.

Re: [DISCUSS] PIP-335: Oxia metadata support

2024-01-31 Thread Apurva Telang
+1 Best Regards, Apurva Telang On Wed, Jan 31, 2024 at 8:00 PM 太上玄元道君 wrote: > +1 > > Matteo Merli 于2024年2月1日 周四07:58写道: > > > https://github.com/apache/pulsar/pull/22009 > > > > === > > > > # PIP-335: Supporty Oxia metadata store plugin >

Re: [VOTE] PIP-326: Create a BOM to ease dependency management

2023-12-21 Thread Apurva Telang
he vote for PIP-326, since it has been reviewed by > > > > several members with no objections. > > > > > > > > PIP link: https://github.com/apache/pulsar/pull/21747 > > > > > > > > Thanks, > > > > > > > > Chris > > > > > > -- Best regards, Apurva Telang.

Re: [VOTE] PIP-322: Pulsar Rate Limiting Refactoring

2023-12-11 Thread Apurva Telang
t; > > Draft changes for "PIP-322: Pulsar Rate Limiting Refactoring": > > > https://github.com/apache/pulsar/pull/21681 > > > > > > Discussion thread: > > > https://lists.apache.org/thread/xzrp2ypggp1oql437tvmkqgfw2b4ft33 > > > > > > Please review the PIP document and vote! > > > > > > Thanks, > > > > > > Lari > > > > > > -- Best regards, Apurva Telang.

Re: [VOTE] PIP-320: OpenTelemetry Scaffolding

2023-12-11 Thread Apurva Telang
thub.com/apache/pulsar/pull/21635 > > > > Reminder: > > This PIPs goal is to introduce OpenTelemetry into Apache Pulsar. When > this > > PIP is implemented, we will be able to start converting (not replacing) > > existing metrics into OpenTelemetry. > > > > > > Thank you! > > > > Asaf Mesika > > > -- Best regards, Apurva Telang.

Re: [VOTE] PIP-313 Support force unsubscribe using consumer api

2023-12-10 Thread Apurva Telang
IP-313 which also addresses > issue > > # https://github.com/apache/pulsar/issues/21451 > > > > PIP design PR: > > https://github.com/apache/pulsar/pull/21452 > > > > Thread: > > https://lists.apache.org/thread/hptx8z9mktn94gvqtt4547wzcfcgdsrv > > > > Thanks, > > Rajan > > > -- Best regards, Apurva Telang.

Re: [VOTE] PIP-315: Configurable max delay limit for delayed delivery

2023-11-15 Thread Apurva Telang
> > Regards, > Kevin > -- Best regards, Apurva Telang.