Simple utility which will read a JDBC data source, following the newest records in the table as defined by user supplied query, and write the output as JSON to a Kafka topic.
dwimsey/jdbc2kafka
Simple utility which reads from a JDBC data source and writes to a Kafka topic as JSON.
JavaBSD-2-Clause