This application writes records to Kafka with KafkaProducer.
- Project Specifications
- Tech Notes
- Built With
- Subjects Demonstrated
- Deployment
- Authors
- Acknowledgments
Build a small application writing records to Kafka with a KafkaProducer. Use the Confluent Cloud service to host the Environment and Cluster.
-
The configuration files are not included in the Git repository. The Kafka tutorial referenced in the acknowledgements provides guidance on how to set up the configuration files.
-
The tutorial was out of date slightly when I created this application. There must be a "settings.gradle" file in the application (typically at the root directory) for newer versions of Gradle in order to build the application. For single project builds the file may be empty.
-
JAVA - Mozilla developer guide for HTML5.
- JAVA - Mozilla developer guide for HTML5.
All of the following technologies, tools, topics, etc. were used for this project.
- Java
- Kafka Producer
- Gradle / Gradle Wrapper
- Git
- NA
Curt Grogan - Software Engineer
- GitHub: github.com/clgrogan
- LinkedIn: www.linkedin.com/in/curtgrogan/
Confluent Kafka Tutorials I utilized the walkthrough for building a Apache Kafka Producer application using Confluent Cloud. Tutorial title, "How to build your first Apache KafkaProducer application."