Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 229 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 229 Bytes

Kafka pub/sub simple Client

A simple pub/sub app running in local. You have to install Kafka,ZooKeeper in your local to run this app.

What I Learned

  • Learned how to use few Java Apache Kafka Client Consumer,Producer API.