Daijiro Fukuda
Daijiro Fukuda
https://github.com/fluent/fluentd/issues/4810#issuecomment-2674030900 > * ..., it would not work for Fluentd Docker images. > * In [ServerEngine](https://github.com/treasure-data/serverengine), it appears that the umask value is applied only when using `daemonize`. > *...
I propose changes to the following two sections. > CompressedPackedForward Mode https://github.com/fluent/fluentd/wiki/Forward-Protocol-Specification-v1.5#compressedpackedforward-mode ```diff ### CompressedPackedForward Mode -It carries a series of events as a msgpack binary, compressed by gzip, on...
Does this revision require a voting process?
If there are no objections, I would like to set it to v1.6 with the agreement of both Fluentd and Fluent Bit maintainers. @cosmo0920 Could you please check https://github.com/fluent/fluentd/issues/4758#issuecomment-2572328791 ?
@cosmo0920 @Athishpranav2003 Thanks for your review! > This would be good: > > > -- `entries` is a gzipped binary chunk of `MessagePackEventStream`, which MAY be a concatenated binary of...
> Note that I didn't mean that this contamination would be happened within the specific CompressedMessagePackEventStream. Oh! Sorry, I misunderstood! I see! > This could be work because Fluent Bit...
As @cosmo0920 says, it is possible for multiple senders to send in different compression types. As @Athishpranav2003 says, there is no problem because what was originally two types will only...
> This would be good: > > > -- `entries` is a gzipped binary chunk of `MessagePackEventStream`, which MAY be a concatenated binary of multiple gzip binary strings. > >...
I noticed the description of these table should also be changed. https://github.com/fluent/fluentd/wiki/Forward-Protocol-Specification-v1.5#logs-type-3 https://github.com/fluent/fluentd/wiki/Forward-Protocol-Specification-v1.5#metrics-or-traces-type-3 ````diff #### Logs Type name | Ruby type | msgpack format | content --- | --- |...
Based on the above, I re-propose the following change as v1.6. > CompressedPackedForward Mode https://github.com/fluent/fluentd/wiki/Forward-Protocol-Specification-v1.5#compressedpackedforward-mode ```diff ### CompressedPackedForward Mode -It carries a series of events as a msgpack binary, compressed...