Skip to content

Zstd compression support #1508

Closed
Closed
@anuragagarwal561994

Description

@anuragagarwal561994

At present log4j2 provides certain compression algorithms like

Gzip
Lz4
Etc.

Zstd in recent times have become popular and we have tried compressing our logs in production with zstd by running a fork of log4j2 and it does provide close to 20-30% saving with respect to gzip.

It depends on the file size actually. So not applicable for all use cases.

But log4j2 library today does not provide an extensible way to add a compression algorithm.

Do you think, addition of zstd to the list of compressions will be a good addition?

Metadata

Metadata

Assignees

Labels

enhancementAdditions or updates to features

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions