Re: PIP-26 - Delayed Messages and Exclusive subcriptions

2021-04-19 Thread Yuva raj
On Tue, 20 Apr 2021 at 07:40, Sijie Guo wrote: > Delayed delivery indicates out-of-order delivery. I am not sure how you can > preserve ordering with delayed delivery. It would be good to clarify the > semantic before stepping into implementations. > > - Sijie > > +1 > On Mon, Apr 19, 2021 at 6:

Re: PIP-26 - Delayed Messages and Exclusive subcriptions

2021-04-19 Thread Sijie Guo
Delayed delivery indicates out-of-order delivery. I am not sure how you can preserve ordering with delayed delivery. It would be good to clarify the semantic before stepping into implementations. - Sijie On Mon, Apr 19, 2021 at 6:42 AM Enrico Olivelli wrote: > Penghui > > Il giorno lun 19 apr 2

[GitHub] [pulsar-helm-chart] Laurianti commented on pull request #53: Allow initialization to be set

2021-04-19 Thread GitBox
Laurianti commented on pull request #53: URL: https://github.com/apache/pulsar-helm-chart/pull/53#issuecomment-822811010 Why don't use pre-install or post-install hooks? https://helm.sh/docs/topics/charts_hooks/ ![image](https://user-images.githubusercontent.com/20415513/11530

Re: PIP-26 - Delayed Messages and Exclusive subcriptions

2021-04-19 Thread Devin Bost
I like the idea of doing this in the broker if it's feasible. -- Devin G. Bost On Mon, Apr 19, 2021, 7:42 AM Enrico Olivelli wrote: > Penghui > > Il giorno lun 19 apr 2021 alle ore 15:11 PengHui Li > ha scritto: > > > > Hi enrico, > > > > The delayed message feature is to support messages that

Re: PIP-26 - Delayed Messages and Exclusive subcriptions

2021-04-19 Thread Enrico Olivelli
Penghui Il giorno lun 19 apr 2021 alle ore 15:11 PengHui Li ha scritto: > > Hi enrico, > > The delayed message feature is to support messages that can have any delay in > a single partition. > So, if the broker dispatches the messages based on the available time of the > message, this will brea

Re: PIP-26 - Delayed Messages and Exclusive subcriptions

2021-04-19 Thread PengHui Li
Hi enrico, The delayed message feature is to support messages that can have any delay in a single partition. So, if the broker dispatches the messages based on the available time of the message, this will break the FIFO order. So, if I understand correctly, "the behaviour of delayed messages ev

PIP-26 - Delayed Messages and Exclusive subcriptions

2021-04-19 Thread Enrico Olivelli
Hi, I came across this great feature, Delayed Messages https://github.com/apache/pulsar/wiki/PIP-26:-Delayed-Message-Delivery And I see that this feature does not work with Exclusive and Failover subscriptions. The reason explained in the PIP is that this is because we want to guarantee FIFO order

Re: Cutting 2.7.2 release?

2021-04-19 Thread Enrico Olivelli
Devin, Il giorno ven 16 apr 2021 alle ore 10:28 Devin Bost ha scritto: > > I wouldn't mind if we could include the debug statements from PR #10217 ( > https://github.com/apache/pulsar/pull/10217) as part of this release, > though I realize that PR #10217 is currently tagged for 2.8.0. > I'm just