Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/isopropylcyanide/springbatch-kafkadb

A small demo that leverages Spring batch's capabilities to do job processing and Apache Kafka's stream processing. A simple CSV file gets used up in a batch job which then writes it to a Kafka queue (and H2 database) for further processing.
https://github.com/isopropylcyanide/springbatch-kafkadb

apache-kafka h2-database kafka kafka-consumer kafka-producer spring-batch spring-boot

Last synced: 3 months ago
JSON representation

A small demo that leverages Spring batch's capabilities to do job processing and Apache Kafka's stream processing. A simple CSV file gets used up in a batch job which then writes it to a Kafka queue (and H2 database) for further processing.

Awesome Lists containing this project