nats-io / nats-architecture-and-design

Architecture and Design Docs
Apache License 2.0
170 stars 20 forks source link

Stream Compression config field #240

Open Jarema opened 7 months ago

Jarema commented 7 months ago

Overview

In 2.10, the compression field was added to the Stream Config. It can take value:

Clients and Tools

Other Tasks

Client authors please update with your progress. If you open issues in your own repositories as a result of this request, please link them to this one by pasting the issue URL in a comment or main issue description.

aricart commented 7 months ago

Note the options are lowercased - "none" and "s2" otherwise you get a JSON error.

derekcollison commented 7 months ago

Hmm.. Usually I do not like strings as enums..