Re: [DISCUSS] [PIP-152] Support subscription level dispatch rate limiter setting.

2022-04-13 Thread Haiting Jiang
Hi Michael, > To clarify, I think this proposal is not seeking to add support for a > subscription rate limiter. That support was added in 2018 [0]. It is > instead seeking to make it possible to override the broker's configs > for dispatch rate limiting per subscription [1]. Yes, but not only bro

Re: [DISCUSS] [PIP-152] Support subscription level dispatch rate limiter setting.

2022-04-13 Thread Haiting Jiang
Hi Joe, > The rate limits that are currently in place are there to protect the Pulsar > service, to manage multi-tenancy on the broker. This is not meant as a > feature to manage demand side throttling. Yes, this is not only for demand side throttling. Consider the case of catch up consuming

Re: [DISCUSS] [PIP-152] Support subscription level dispatch rate limiter setting.

2022-04-12 Thread Michael Marshall
To clarify, I think this proposal is not seeking to add support for a subscription rate limiter. That support was added in 2018 [0]. It is instead seeking to make it possible to override the broker's configs for dispatch rate limiting per subscription [1]. > On the client side, subscriptions have

Re: [DISCUSS] [PIP-152] Support subscription level dispatch rate limiter setting.

2022-04-12 Thread Joe F
-1 The rate limits that are currently in place are there to protect the Pulsar service, to manage multi-tenancy on the broker. This is not meant as a feature to manage demand side throttling. In my opinion, this is best done as a client side feature. There is no need to add complexity to t

Re: [DISCUSS] [PIP-152] Support subscription level dispatch rate limiter setting.

2022-04-11 Thread Zixuan Liu
+1 Zixuan mattison chao 于2022年4月12日周二 09:24写道: > +1 > > Looks like a very useful feature. Thank you. > > Best, > Mattison > > On Mon, 11 Apr 2022 at 08:55, PengHui Li wrote: > > > +1 > > > > Penghui > > > > On Sat, Apr 9, 2022 at 4:24 PM Haiting Jiang > > wrote: > > > > > Hi Pulsar community,

Re: [DISCUSS] [PIP-152] Support subscription level dispatch rate limiter setting.

2022-04-11 Thread mattison chao
+1 Looks like a very useful feature. Thank you. Best, Mattison On Mon, 11 Apr 2022 at 08:55, PengHui Li wrote: > +1 > > Penghui > > On Sat, Apr 9, 2022 at 4:24 PM Haiting Jiang > wrote: > > > Hi Pulsar community, > > > > I created a PIP to add support for subscription level dispatch rate > >

Re: [DISCUSS] [PIP-152] Support subscription level dispatch rate limiter setting.

2022-04-10 Thread PengHui Li
+1 Penghui On Sat, Apr 9, 2022 at 4:24 PM Haiting Jiang wrote: > Hi Pulsar community, > > I created a PIP to add support for subscription level dispatch rate > limiter setting. > > The proposal can be found: https://github.com/apache/pulsar/issues/15094 > > > > ## Motivation > > Currently,

[DISCUSS] [PIP-152] Support subscription level dispatch rate limiter setting.

2022-04-09 Thread Haiting Jiang
Hi Pulsar community, I created a PIP to add support for subscription level dispatch rate limiter setting. The proposal can be found: https://github.com/apache/pulsar/issues/15094 ## Motivation Currently, for message dispatch rate limiter in a subscription , we have 3 level setting : - B