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

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

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