Hi Timothy, you can use the `JDBCOutputFormat` in combination with the `DataStream.writeUsingOutputFormat` method. However, this won't give you exactly once guarantees since the output formats don't take part in the checkpointing mechanism.
Currently, Chesnay is working on a generic framework for almost exactly once sinks. Maybe you can sync with him. You'll find the corresponding JIRA ticket here [1]. [1] https://issues.apache.org/jira/browse/FLINK-3332 Cheers, Till On Fri, Feb 26, 2016 at 1:23 AM, Timothy Farkas < timothytiborfar...@gmail.com> wrote: > Hi All, > > I'm new to Flink and was looking for a JDBC stream sink connector, and > didn't see one in flink-streaming-connectors. Is there one somewhere else, > or is there one currently in development. If not could I pick up a ticket > to add it? > > Thanks, > Tim >