- 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