Skip to content

Commit

Permalink
NO-SNOW Enable closing channels in parallel by default (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mbobowski authored Sep 19, 2024
1 parent cea8f1f commit 7e93503
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public class SnowflakeSinkConnectorConfig {
// Whether to close streaming channels in parallel.
public static final String SNOWPIPE_STREAMING_CLOSE_CHANNELS_IN_PARALLEL =
"snowflake.streaming.closeChannelsInParallel.enabled";
public static final boolean SNOWPIPE_STREAMING_CLOSE_CHANNELS_IN_PARALLEL_DEFAULT = false;
public static final boolean SNOWPIPE_STREAMING_CLOSE_CHANNELS_IN_PARALLEL_DEFAULT = true;

// This is the streaming max client lag which can be defined in config
public static final String SNOWPIPE_STREAMING_ENABLE_SINGLE_BUFFER =
Expand Down

0 comments on commit 7e93503

Please sign in to comment.