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

https://github.com/almogtavor/spring-boot-reactor-kafka-example

A Spring Boot & Project Reactor app with OpenTelemetry tracing
https://github.com/almogtavor/spring-boot-reactor-kafka-example

Last synced: about 1 month ago
JSON representation

A Spring Boot & Project Reactor app with OpenTelemetry tracing

Awesome Lists containing this project

README

          

# spring-boot-reactor-kafka-example

## Run Locally

Set up Kafka:
```bash
cd docker
docker> docker-compose -f kafka-docker-compose.yaml up
```
Go to localhost:9000 to use Kafdrop and create a topic named `input_topic`.

Finally run the `ProduceSampleMessages` class to produce messages to Kafka.

Now you can run `SpringBootReactorKafkaExample`.