Skip to content

Commit

Permalink
cdc: add description about support versions for redo log parameters (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Jan 23, 2025
1 parent 2f79084 commit cba0c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ticdc/ticdc-changefeed-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,13 +392,13 @@ Note: The consistency-related configuration items only take effect when the down
- The number of flushing workers in the redo module.
- Default value: `8`
#### `compression`
#### `compression` <span class="version-mark">New in v6.5.6, v7.1.3, v7.5.1, and v7.6.0</span>
- The behavior to compress redo log files.
- Default value: `""`, which means no compression
- Value options: `""`, `"lz4"`
#### `flush-concurrency`
#### `flush-concurrency` <span class="version-mark">New in v6.5.6, v7.1.3, v7.5.1, and v7.6.0</span>
- The concurrency for uploading a single redo file.
- Default value: `1`, which means concurrency is disabled
Expand Down

0 comments on commit cba0c4d

Please sign in to comment.