This repository contains Apache Kafka Examples.

Table of Contents







  • This example illustrates a simple Java Stream App that reads data from a topic, processes it and sends the output to another topic (using Stream APIs)
    image image We produce data on topicA. The App reads data from topicA. It data contains "a", it sends the data to topicB image image