From e62a0b0381e8f3cc3eb4db32bc09d30e1a7743bd Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Thu, 23 Jan 2025 18:00:53 +0800 Subject: [PATCH] cdc: add description about support versions for redo log parameters (#20120) (#20133) (#20136) --- ticdc/ticdc-changefeed-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ticdc/ticdc-changefeed-config.md b/ticdc/ticdc-changefeed-config.md index 66fa765f2e637..0c6391be0c81a 100644 --- a/ticdc/ticdc-changefeed-config.md +++ b/ticdc/ticdc-changefeed-config.md @@ -191,10 +191,10 @@ encoding-worker-num = 16 # The number of flushing workers in the redo module. # The default value is 8. flush-worker-num = 8 -# The behavior to compress redo log files. +# The behavior to compress redo log files (introduced in v6.5.6). # Available options are "" and "lz4". The default value is "", which means no compression. compression = "" -# The concurrency for uploading a single redo file. +# The concurrency for uploading a single redo file (introduced in v6.5.6). # The default value is 1, which means concurrency is disabled. flush-concurrency = 1