Skip to content

Commit

Permalink
Fixes the specification of compression for KV
Browse files Browse the repository at this point in the history
Signed-off-by: R.I.Pienaar <rip@devco.net>
  • Loading branch information
ripienaar committed Nov 1, 2023
1 parent fc89839 commit fdd3dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adr/ADR-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ A bucket is a Stream with these properties:
* Allow Direct is always set to `true`. (It can be modified out-of-band only if desired, but not through KV bucket update.)
* Placement is allowed
* Republish is allowed
* If compression is requested in the configuration set `compression` to `true`
* If compression is requested in the configuration set `compression` to `s2`

Here is a full example of the `CONFIGURATION` bucket with compression enabled:

Expand All @@ -285,7 +285,7 @@ Here is a full example of the `CONFIGURATION` bucket with compression enabled:
"rollup_hdrs": true,
"deny_delete": true,
"allow_direct": true,
"compression": true,
"compression": "s2",
"placement": {
"cluster": "clstr",
"tags": ["tag1", "tag2"]
Expand Down

0 comments on commit fdd3dc6

Please sign in to comment.