Daijiro Fukuda
Daijiro Fukuda
Hmm, but wouldn't that be an incomplete protocol? If the server does not decompress zstd, what happens to the zstd compressed data sent by the client? > This is because...
> Thus, I wanted to suggest that when a fluent server responds to show ztsd decompression is not supported yet, the client must not use zstd compression. I see! Let's...
@Athishpranav2003 Sorry, I haven't worked on this lately. The protocol would be as @cosmo0920 says. We need to implement it with `in_forward` and `out_forward`. Let's do that with a different...
> Let's do that with a different PR than #4657. https://github.com/fluent/fluentd/blob/30c3ce00ff165b1b5d9f53fc0a027074bbcab0da/lib/fluent/plugin/out_forward.rb#L680-L683 The options of HELO would be added into `ri` here. So, for example, we can decompress the chunk if...
@Athishpranav2003 Yes! > instead of giving an error ryt?(i presume we through a warning log at least) It would be preferable to fallback to plain format rather than to treat...
Is a Facebook account in a similar situation? * https://www.facebook.com/p/Fluentd-100063508384735/ Looks like it hasn't been updated since Feb 2022.
Thanks for your report! > as of this afternoon (20250425) the builds for arm64 on Lauchpad for 22.04 and 24.04 have been fixed. Thank you very much! I will move...
Thanks for your report! I'm glad to hear that!
Sorry, I have some unfinished tasks related to this. Let me confirm TODO.
Thanks for your contribution! Could you please clarify what this PR does? Fluentd already has `umask` command line option. * https://docs.fluentd.org/deployment/command-line-option The limitation of this option is: * There is...