Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pixelcaliber/kafka-streams-app
- Owner: pixelcaliber
- Created: 2024-02-05T14:47:22.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-06T04:28:57.000Z (9 months ago)
- Last Synced: 2024-02-06T05:32:11.784Z (9 months ago)
- Topics: java-8, kafka, kafka-streams, springboot
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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