Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)