Re: [DISCUSS] Retry logic per message

2023-01-04 Thread Nitin Goyal
I have created a PIP for the same please find the url below for it. https://github.com/apache/pulsar/issues/19136 On Thu, Jan 5, 2023 at 8:20 AM Haiting Jiang wrote: > The motivation looks good. > > But I think we should go through a PIP process to get it approved. > So that other languages can

Re: [DISCUSS] Retry logic per message

2023-01-04 Thread Haiting Jiang
The motivation looks good. But I think we should go through a PIP process to get it approved. So that other languages can get track of this new feature, especially it use a new system property to implement this feature. Haiting On Wed, Jan 4, 2023 at 6:09 PM Zixuan Liu wrote: > > Hi Nitin, > >

Re: [DISCUSS] Retry logic per message

2023-01-04 Thread Zixuan Liu
Hi Nitin, This discussion looks good to me. Thanks, Zixuan Nitin Goyal 于2023年1月4日周三 17:53写道: > Hello all, > > We can add an retry logic per message. This feature can allow developers to > add custom retries per message and defaults to consumer retries. > > Currently all client libs are taking