From 6164ff3bf54f07cb21d998889f79c2e4ab832e09 Mon Sep 17 00:00:00 2001 From: wxp Date: Tue, 6 Aug 2024 19:31:02 +0800 Subject: [PATCH] update doc --- .../generated/flink_connector_configuration.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/layouts/shortcodes/generated/flink_connector_configuration.html b/docs/layouts/shortcodes/generated/flink_connector_configuration.html index 08e118a1c271..550254f0dff7 100644 --- a/docs/layouts/shortcodes/generated/flink_connector_configuration.html +++ b/docs/layouts/shortcodes/generated/flink_connector_configuration.html @@ -128,12 +128,6 @@ Boolean Whether to force the removal of the normalize node when streaming read. Note: This is dangerous and is likely to cause data errors if downstream is used to calculate aggregation and the input is not complete changelog. - -
streaming-read.shuffle-by-partition
- true - Boolean - Whether shuffle by partition and bucket when streaming read. -
scan.split-enumerator.batch-size
10 @@ -260,6 +254,12 @@ Duration If the new snapshot has not been generated when the checkpoint starts to trigger, the enumerator will block the checkpoint and wait for the new snapshot. Set the maximum waiting time to avoid infinite waiting, if timeout, the checkpoint will fail. Note that it should be set smaller than the checkpoint timeout. + +
streaming-read.shuffle-by-partition
+ true + Boolean + Whether shuffle by partition and bucket when streaming read. +
unaware-bucket.compaction.parallelism
(none)