Re: [DISCUSS] Support processingGuarantees "EFFECTIVELY_ONCE" in python function

2023-03-01 Thread Enrico Olivelli
Perfect Thanks Enrico Il giorno mer 1 mar 2023 alle ore 04:17 Rui Fu ha scritto: > > +1 > > Best, > > Rui Fu > On Feb 28, 2023 at 05:35 +0800, laminar , wrote: > > Hi all, > > > > I would like to discuss supporting the processingGuarantess > > `EFFECTIVELY_ONCE` in python function runtime. > >

Re: [DISCUSS] Support processingGuarantees "EFFECTIVELY_ONCE" in python function

2023-02-28 Thread Rui Fu
+1 Best, Rui Fu On Feb 28, 2023 at 05:35 +0800, laminar , wrote: > Hi all, > > I would like to discuss supporting the processingGuarantess > `EFFECTIVELY_ONCE` in python function runtime. > > In this PR's(https://github.com/apache/pulsar/pull/18929) discussion, we > conclude that to achieve the

[DISCUSS] Support processingGuarantees "EFFECTIVELY_ONCE" in python function

2023-02-27 Thread laminar
Hi all, I would like to discuss supporting the processingGuarantess `EFFECTIVELY_ONCE` in python function runtime. In this PR's(https://github.com/apache/pulsar/pull/18929) discussion, we conclude that to achieve the exactly processing guarantees for `EFFECTIVELY_ONCE`, the user needs to ensur