Il Ven 23 Apr 2021, 20:37 Devin Bost ha scritto:
> I think it makes sense to add https://github.com/apache/pulsar/pull/10318
> to 2.7.2 since it fixes an issue with a commit that's already part of 2.7.2
>
Sure
Enrico
>
> --
> Devin G. Bost
>
> On Fri, Apr 23, 2021, 2:29 AM Enrico Olivelli wro
I think it makes sense to add https://github.com/apache/pulsar/pull/10318
to 2.7.2 since it fixes an issue with a commit that's already part of 2.7.2
--
Devin G. Bost
On Fri, Apr 23, 2021, 2:29 AM Enrico Olivelli wrote:
> Hello all,
>
> I ran through the list of issues and PRs tagged for 2.7.2.
>> Could we add a system topic that has exactly one partition per broker?
> I think this depends on which type of topic we use for the events.
> If it is
> nonpersistent, I think this approach would work because the events
wouldn't
> outlive the broker.
So, what happens to events in a nonpersiste
Thanks for the clarification, Joe. I now see the nuance between the data
and admin paths. One way to possibly remove these updates from the data
flow is to make it a process that watches the metastore and sends metastore
changes to a topic. That would remove it completely from the data path.
Howeve
> Could we add a system topic that has exactly one partition per broker?
Unfortunately, that just creates multiple single points of failure because
each partition has data that only exists on that partition. So, if any
partition fails, there's a gap, resulting in data loss.
--
Devin G. Bost
On Fr
Could we add a system topic that has exactly one partition per broker?
On Thu, Apr 22, 2021 at 11:22 PM Joe Francis
wrote:
> To be clear, I would love to have this feature. But I would not use this
> feature if that means whenever a broker that hosts a "system topic" has a
> hiccup, it would r
Congrats Addison!
On Thu, Apr 22, 2021 at 8:23 PM Sijie Guo wrote:
> Hi everyone,
>
> On behalf of the PMC, I'm very happy to announce Addison Higham as a new
> Pulsar committer.
>
> Addison Higham is a very active community member for about 3 years. He is
> an active Pulsar contributor contribu
Hello all,
I ran through the list of issues and PRs tagged for 2.7.2.
https://github.com/apache/pulsar/labels/release%2F2.7.2
I will continue today to ping people that are participating in such issues/prs.
There are patches that probably do not fit 2.7.2 because they may
introduce instability,