JNSimba commented on code in PR #117:
URL:
https://github.com/apache/doris-spark-connector/pull/117#discussion_r1308413571
##########
spark-doris-connector/src/main/java/org/apache/doris/spark/cfg/ConfigurationOptions.java:
##########
@@ -90,6 +90,16 @@ public interface ConfigurationOptions {
int DORIS_SINK_BATCH_INTERVAL_MS_DEFAULT = 50;
+ String DORIS_SINK_MAX_BLOCKING_TIMES = "doris.sink.max.blocking.times";
Review Comment:
Is this parameter similar to sink.max-retries?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]