/jdbc2kafka

Simple utility which reads from a JDBC data source and writes to a Kafka topic as JSON.

Primary LanguageJavaBSD 2-Clause "Simplified" LicenseBSD-2-Clause

JDBC2Kafka

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.