#5111·fluentd

zstd compression: stop using the streaming feature

Author: daipomCreated Sep 29, 2025Updated Jun 28, 2026
Labelsenhancement

Is your feature request related to a problem? Please describe.

The streaming feature (Zstd::StreamWriter and Zstd::StreamReader) of zstd-ruby is experimental.

Actually, there was a bug. Although the critical bug has been resolved, some strange behavior is still being reported.

We considered that we may not need to use the streaming feature.

It would be better to stop using the streaming feature if it is unnecessary.

Describe the solution you'd like

https://github.com/fluent/fluentd/pull/5094#issuecomment-3338027997

Describe alternatives you've considered

None.

Additional context

No response