Re: [DISCUSSION] Produce chunk messages failed when topic level maxMessageSize is set

2021-12-27 Thread Enrico Olivelli
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

Re: [DISCUSSION] Produce chunk messages failed when topic level maxMessageSize is set

2021-12-27 Thread Zike Yang
+ 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

Re: [DISCUSSION] Produce chunk messages failed when topic level maxMessageSize is set

2021-12-27 Thread guo jiwei
+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

Re: [DISCUSSION] Produce chunk messages failed when topic level maxMessageSize is set

2021-12-27 Thread 陳智弘
+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

Re: [DISCUSSION] Produce chunk messages failed when topic level maxMessageSize is set

2021-12-27 Thread Hang Chen
+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: >

Re: [DISCUSSION] Produce chunk messages failed when topic level maxMessageSize is set

2021-12-27 Thread PengHui Li
+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

[DISCUSSION] Produce chunk messages failed when topic level maxMessageSize is set

2021-12-19 Thread Haiting Jiang
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