It looks loke you already prepared a awesome PIP!
Please copy your proposal on a PIP.
I am +1
Enrico
Il Mar 28 Dic 2021, 04:27 Zike Yang ha
scritto:
> + 1 for skipping the topic level message size check for the chunk message
> in the broker.
>
> On Tue, Dec 28, 2021 at 9:14 AM guo jiwei wrote
+ 1 for skipping the topic level message size check for the chunk message
in the broker.
On Tue, Dec 28, 2021 at 9:14 AM guo jiwei wrote:
> +1
>
>
> Regards
> Jiwei Guo (Tboy)
>
> On Tue, Dec 28, 2021 at 5:44 AM 陳智弘 wrote:
> >
> > +1
> >
> > Skip the topic level setting is better
> >
> > Hang
+1
Regards
Jiwei Guo (Tboy)
On Tue, Dec 28, 2021 at 5:44 AM 陳智弘 wrote:
>
> +1
>
> Skip the topic level setting is better
>
> Hang Chen 於 2021年12月27日 週一 22:09 寫道:
>
> > +1
> >
> > We'd better skip the topic level maxMessageSize check for chunk messages.
> >
> > Best,
> > Hang
> >
> > PengHui L
+1
Skip the topic level setting is better
Hang Chen 於 2021年12月27日 週一 22:09 寫道:
> +1
>
> We'd better skip the topic level maxMessageSize check for chunk messages.
>
> Best,
> Hang
>
> PengHui Li 于2021年12月27日周一 22:07写道:
> >
> > +1,
> >
> > We can only skip the topic level messages size check fo
+1
We'd better skip the topic level maxMessageSize check for chunk messages.
Best,
Hang
PengHui Li 于2021年12月27日周一 22:07写道:
>
> +1,
>
> We can only skip the topic level messages size check for the chunk message.
>
> Regards,
> Penghui
>
> On Mon, Dec 20, 2021 at 3:37 PM Haiting Jiang
> wrote:
>
+1,
We can only skip the topic level messages size check for the chunk message.
Regards,
Penghui
On Mon, Dec 20, 2021 at 3:37 PM Haiting Jiang
wrote:
> Hi Pulsar Community,
>
> I discovered a bug that chunk messages producing fails if topic level
> maxMessageSize is set [1]. The root cause of
Hi Pulsar Community,
I discovered a bug that chunk messages producing fails if topic level
maxMessageSize is set [1]. The root cause of this issue is because chunk
message is using broker level maxMessageSize as chunk size. And topic level
maxMessageSize is always <= broker level maxMessageSize