jdbc-sink: Support any JDBC driver with the template serializer
Opened this issue · 1 comments
smola commented
Currently, we only support databases supported in the jOOQ Open Source edition. That is, most open source relational databases. However, we can add support for any JDBC database (e.g. Oracle, SQL Server) in the template serializer.
smola commented
I started work on this on a branch for Apache Flume.