Christian Menges

Results 22 comments of Christian Menges

@rossigee I assume that this PR will remove the warning from your logs.

@patrick-stephens I'm sorry for asking again, but can this PR be merged soon? I think a lot of users would benefit from it and as mentioned by @rossigee and https://github.com/fluent/fluent-bit/issues/7315,...

Hi @leonardo-albertovich and @edsiper, I'd highly appreciate if you could review and, ideally, merge this PR. Thanks

@to6ka Thanks for having a look at this issue. Any updates on adding an option to use `ceil`? One problem with `floor` wasn't mentioned before: Using `floor` in conjunction with...

Hi @dashe-ops, I assume the issue is caused by your Fluent-Bit configuration. You can set the `Require_ack_response` option in the forward output (https://docs.fluentbit.io/manual/pipeline/outputs/forward) for improved reliability. In addition, you should...

I would also like to see support for ZSTD. While the compression ratio of gzip is often decent, it is slow, which is a problem for Fluentd due to the...

Hi @daipom, are you fine with this change? If no bigger changes are required, I'll add some tests.

Hi @daipom @ashie , I added a test case which shows that the feature works for the general case as well as for interrupted connections. Do you have an estimate...

@ashie @daipom Can you please review this PR as well as https://github.com/fluent/fluentd/pull/4331? Thanks

Hi @daipom, Thanks for the review. I agree that using a hash makes the code simpler. Unfortunately, hashes are not thread-safe in Ruby and inserting the CacheEntries could result in...