Re: How to call the open method of JdbcSink?

2023-11-29 Thread Sai Vishnu
ted inside multiple RuntimeExceptions and IOExceptions. Is there any consistency/pattern to this? Thanks, Sai Vishnu Soudri On Tue, 28 Nov 2023 at 20:29, Feng Jin wrote: > Hi Sai > > I think you can directly cast SinkFunction to GenericJdbcSinkFunction. > > > > https://gi

How to call the open method of JdbcSink?

2023-11-27 Thread Sai Vishnu
, Sai Vishnu Soudri

How to handle BatchUpdateException when using JdbcSink

2023-10-18 Thread Sai Vishnu
a BatchUpdateException during the update to the Postgres stage. Is it possible to catch this exception and write the message to a dlq sink? Thanks, Sai Vishnu Soudri