nzw921rx commented on PR #10609:
URL: https://github.com/apache/seatunnel/pull/10609#issuecomment-4119416629

   Add the following verification and print warn log
   
   ```
   if (jdbcConnectionConfig.isExactlyOnce()) {
               LOG.warn(
                       "JDBC periodic flush automatically disabled, 
exactly-once mode enabled, batch_interval_ms={}",
                       batchIntervalMs);
               return null;
           }
   ```


-- 
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]

Reply via email to