Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 4.46 KB

README.MD

File metadata and controls

70 lines (47 loc) · 4.46 KB

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