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
- Host: GitHub
- URL: https://github.com/almogtavor/spring-boot-reactor-kafka-example
- Owner: almogtavor
- License: apache-2.0
- Created: 2023-10-27T11:34:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T16:56:59.000Z (almost 2 years ago)
- Last Synced: 2025-05-25T08:04:00.484Z (5 months ago)
- Language: Java
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`.