Stratio/ingestion

jdbc-sink: Support any JDBC driver with the template serializer

Opened this issue · 1 comments

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.

I started work on this on a branch for Apache Flume.