Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dariocm/kafka-producer-example
kafka producer example
https://github.com/dariocm/kafka-producer-example
avro avro-schema docker gradle kafka-producer lombok-gradle spring-boot
Last synced: about 1 month ago
JSON representation
kafka producer example
- Host: GitHub
- URL: https://github.com/dariocm/kafka-producer-example
- Owner: DarioCM
- Created: 2024-07-19T11:30:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T07:59:57.000Z (4 months ago)
- Last Synced: 2024-10-13T00:03:25.932Z (about 1 month ago)
- Topics: avro, avro-schema, docker, gradle, kafka-producer, lombok-gradle, spring-boot
- Language: Java
- Homepage:
- Size: 62.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Event-Driven Architectures
https://medium.com/bb-tutorials-and-thoughts/running-apache-kafka-locally-with-java-a-comprehensive-guide-cfd277094ea1
I've recently finished a project using Java with Spring Boot and Gradle to create a Kafka producer and consumer. This project demonstrates the essential components and configurations needed to run a Kafka producer and consumer locally.
🔗 Check it out on GitHub:
Producer
https://lnkd.in/gJDKfjXw
Consumer
https://github.com/DarioCM/kafka-consumer
Docker Installation
https://github.com/DarioCM/kafka-installation
Local Installation
https://anushasp07.medium.com/kafka-installation-and-execution-003fd358203f
Feel free to explore, give feedback, or contribute!
#Kafka #Java #SpringBoot #Gradle #OpenSource #Project
![image](https://github.com/user-attachments/assets/c8cbd570-9ed3-4faa-b13f-2f64c51af4bf)