Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 404 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 404 Bytes

kafka-streams-app

  • Kafka streams processing application that allows us to process the data in the kafka streams.
  • There is one input topic A which our application is listening to then there is another output topic B, after processing the application is pushing data into that topic.
  • Leveraged kstreams api which works well with java springboot

tech-stack: Java, Srpingboot, kafka, kstreams api