/simple-kafka-apps-java

Simple Java applications to test Kafka implementations using the Client API (which contains the Consumer and the Producer APIs) and the Streams API (which processes data in real time with streaming)

Primary LanguageJava

Simple Kafka Applications in Java

This repo contains a few simple apps that worked as proofs of concept for an architectural model we used at work. These applications depend on Schema Registry to work with Avros in the topics used by the applications, and does simple processing that consumes and produces the Avro schemas BookSchema and MagazineSchema.