Re: JDBCAppendTableSink on Data stream

2019-02-06 Thread Stefan Richter
Hi, That should be no problem, for example the `JDBCAppendTableSinkTest` is using it also with data stream. Best, Stefan > On 6. Feb 2019, at 07:29, Chirag Dewan wrote: > > Hi, > > In the documentation, the JDBC sink is mentioned as a source on Table > API/stream. > > Can I use the same

JDBCAppendTableSink on Data stream

2019-02-05 Thread Chirag Dewan
Hi, In the documentation, the JDBC sink is mentioned as a source on Table API/stream.  Can I use the same sink with a Data stream as well? My use case is to read the data from Kafka and send the data to Postgres. I was also hoping to achieve Exactly-Once since these will mainly be Idempotent