Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR switches the default adm.properties and aem.properties files to use zstd (ZStandard) compression by default. This change will help encourage new deployers to deploy the ODE with compression enabled which offers significant cost savings for bandwidth at a minimum cost of a small CPU increase. zstd was chosen based on experimental testing and comparison of the various available compression algorithms. During testing zstd showed a balance of exceptionally good compression, while minimizing additional required CPU load and latency.
This PR is one of multiple PR's on the ODE and its subcomponents to switch the full ODE system to use zstd compression. The corresponding PR to the ODE can be found here: CDOT-CV/jpo-ode#111