Skip to content

Commit

Permalink
[SNOW-857447] Enable one client optimization by default (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-rcheng authored Jul 7, 2023
1 parent 2e9c8e4 commit cf74b39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public class SnowflakeSinkConnectorConfig {
"enable.streaming.client.optimization";
public static final String ENABLE_STREAMING_CLIENT_OPTIMIZATION_DISPLAY =
"Enable streaming client optimization";
public static final boolean ENABLE_STREAMING_CLIENT_OPTIMIZATION_DEFAULT = false;
public static final boolean ENABLE_STREAMING_CLIENT_OPTIMIZATION_DEFAULT = true;
public static final String ENABLE_STREAMING_CLIENT_OPTIMIZATION_DOC =
"Whether to optimize the streaming client to reduce cost. Note that this may affect"
+ " throughput or latency and can only be set if Streaming Snowpipe is enabled";
Expand Down

0 comments on commit cf74b39

Please sign in to comment.