bingclouds commented on PR #311: URL: https://github.com/apache/ignite-extensions/pull/311#issuecomment-3157534279
退订 At 2025-08-01 15:23:00, "Maksim Davydov" ***@***.***> wrote: @maksaska commented on this pull request. In modules/cdc-ext/src/main/java/org/apache/ignite/cdc/postgresql/IgniteToPostgreSqlCdcApplier.java: > + + return res; + } + catch (Throwable e) { + log.error(e.getMessage(), e); + + throw new IgniteException("CDC failure", e); + } + } + + /** + * @param conn connection to PostgreSql + * @param evts an ***@***.*** Iterator} of ***@***.*** CdcEvent} objects to be applied + * @return the total number of events successfully batched and executed + */ + private long applyEvents(Connection conn, Iterator<CdcEvent> evts) throws SQLException { Removed — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: ***@***.***> -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org