Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squidmin/kafka-producer-blueprint
Reference / template for a Kafka producer application
https://github.com/squidmin/kafka-producer-blueprint
gradle java kafka kafka-producer producer-consumer spring-boot spring-boot-3 spring-framework
Last synced: 17 days ago
JSON representation
Reference / template for a Kafka producer application
- Host: GitHub
- URL: https://github.com/squidmin/kafka-producer-blueprint
- Owner: squidmin
- Created: 2024-06-17T16:55:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T18:55:50.000Z (8 months ago)
- Last Synced: 2024-11-13T12:11:31.590Z (3 months ago)
- Topics: gradle, java, kafka, kafka-producer, producer-consumer, spring-boot, spring-boot-3, spring-framework
- Language: Java
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kafka-producer-blueprint
Reference / template for a Kafka producer application.
See also:
- [kafka-consumer-blueprint](https://github.com/squidmin/kafka-consumer-blueprint)
- [kafka-api-blueprint](https://github.com/squidmin/kafka-api-blueprint)## Build a JAR
```bash
./gradlew clean build
```---
## Reference Documentation
* [Official Gradle documentation](https://docs.gradle.org)
* [Spring Boot Gradle Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/3.3.0/gradle-plugin/reference/html/)
* [Spring Configuration Processor](https://docs.spring.io/spring-boot/docs/3.3.0/reference/htmlsingle/index.html#appendix.configuration-metadata.annotation-processor)
* [Spring Boot DevTools](https://docs.spring.io/spring-boot/docs/3.3.0/reference/htmlsingle/index.html#using.devtools)
* [Spring Integration](https://docs.spring.io/spring-boot/docs/3.3.0/reference/htmlsingle/index.html#messaging.spring-integration)
* [Spring for Apache Kafka](https://docs.spring.io/spring-boot/docs/3.3.0/reference/htmlsingle/index.html#messaging.kafka)### Additional Links
These additional references should also help you:
* [Gradle Build Scans – insights for your project's build](https://scans.gradle.com#gradle)