eolivelli commented on code in PR #18017: URL: https://github.com/apache/pulsar/pull/18017#discussion_r996705078
########## pulsar-io/jdbc/core/src/main/java/org/apache/pulsar/io/jdbc/JdbcSinkConfig.java: ########## @@ -76,15 +76,24 @@ public class JdbcSinkConfig implements Serializable { @FieldDoc( required = false, defaultValue = "500", - help = "The jdbc operation timeout in milliseconds" + help = "Enable batch mode by time. After timeoutMs milliseconds the operations queue will be flushed." Review Comment: what about introducing a new "batchTimeoutMs" ? the timeoutMs parameter already existed -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org