Michael Marshall
Michael Marshall
> > Having gzip support for all http endpoints could be useful too. I wonder if it could be simply enabled for all by default. @codelipenghui wdyt? > > I...
> > Can we enable conditional compression that only compresses payloads above a certain size? > > Yes, that is supported in GzipHandler. > > https://www.eclipse.org/jetty/javadoc/jetty-9/org/eclipse/jetty/server/handler/gzip/GzipHandler.html#setMinGzipSize(int) That seems like a...
I'll put together a PIP on Thursday or Friday. I agree that we should discuss this on the mailing list.
@codelipenghui @eolivelli - I agree that this PR changes a default. However, I think the current default in the `bookkeeper.conf` should be considered a bug because it does not align...
@lhotari - PTAL
Thanks for following up on this @coderzc
I have seen this same test fail multiple times today with the following error: ``` Error: testMessageRedelivery(org.apache.pulsar.broker.service.persistent.PersistentStickyKeyDispatcherMultipleConsumersTest) Time elapsed: 0.038 s
Do you have any updates on this OOM issue? I have been tracking similar issues recently, and I am thinking we probably need to improve Pulsar's back pressure implementation. Specifically,...
@tjiuming - thanks! Do you feel strongly about keeping `Msgs` in the admin stats output, or can we change it to `MsgCount`? I like the latter because it matches the...
Thanks @tjiuming! Great work!