Skip to content

rahulvaish/Apache-Kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published