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
- Host: GitHub
- URL: https://github.com/netbuffer/spring-boot-kafka-demo
- Owner: netbuffer
- Created: 2023-05-26T00:37:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T09:36:12.000Z (over 2 years ago)
- Last Synced: 2025-08-10T08:44:09.680Z (6 months ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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