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

https://github.com/netbuffer/spring-boot-kafka-demo

spring-boot integration kafka test
https://github.com/netbuffer/spring-boot-kafka-demo

Last synced: 5 months ago
JSON representation

spring-boot integration kafka test

Awesome Lists containing this project

README

          

# spring-boot-kafka-demo
> spring-boot integration kafka test ...

## help
* docker-compose up -d
```shell
docker exec -it kafka bash
kafka-console-producer.sh --topic datas --bootstrap-server localhost:9092
kafka-console-consumer.sh --topic datas --bootstrap-server localhost:9092
```

## reference link
* https://kafka.apache.org/
* https://kafka.apache.org/documentation/
* https://github.com/spring-projects/spring-kafka
* https://docs.spring.io/spring-kafka/docs/2.8.9/reference/html/
* https://github.com/cdimascio/dotenv-java