SteNicholas commented on code in PR #538:
URL: https://github.com/apache/flink-table-store/pull/538#discussion_r1106647853
##########
flink-table-store-connector/src/main/java/org/apache/flink/table/store/connector/FlinkConnectorOptions.java:
##########
@@ -78,6 +78,14 @@ public class FlinkConnectorOptions {
+ "By default, if this option is not
defined, the planner will derive the parallelism "
+ "for each statement individually by also
considering the global configuration.");
+ public static final ConfigOption<Boolean> STREAMING_READ_ATOMIC =
+ ConfigOptions.key("streaming-read-atomic")
+ .booleanType()
+ .defaultValue(false)
+ .withDescription(
+ "The option to enable return per iterator instead
of per record in streaming read."
Review Comment:
Could this add the usage scenario of this config in the description to make
it easy for users to understand the usage scenario?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]