Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pixelcaliber/kafka-streams-app

Kafka streams processing application using java springboot and kstreams api
https://github.com/pixelcaliber/kafka-streams-app

java-8 kafka kafka-streams springboot

Last synced: about 7 hours ago
JSON representation

Kafka streams processing application using java springboot and kstreams api

Awesome Lists containing this project

README

        

# 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