https://github.com/varunu28/kafka-demo
A SpringBoot application to play around with Kafka API
https://github.com/varunu28/kafka-demo
Last synced: 8 months ago
JSON representation
A SpringBoot application to play around with Kafka API
- Host: GitHub
- URL: https://github.com/varunu28/kafka-demo
- Owner: varunu28
- Created: 2023-09-06T23:11:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T23:14:55.000Z (about 2 years ago)
- Last Synced: 2025-01-01T23:11:25.271Z (9 months ago)
- Language: Java
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kafka-demo
A SpringBoot application to play around with Kafka API## How to run the demo?
- Run the Zookeeper & Kafka server using the [Quickstart guide](https://kafka.apache.org/quickstart#quickstart_startserver)
- Run the application
- Send a post request to `localhost:8080/api/v1/messages` along with a message you want to publish to Kafka