How to create a Kafka Producer in Java


We want to create a simplest possible producer code that sends ten dummy string messages to a Kafka topic.
This example is an excerpt from the Book Kafka Streams – Real-time Stream Processing
For a detailed explanation of the example and much more, you can get access to the Book using below link.


Creating Simple Kafka Producer

Sending a message record to Kafka is a four-step process as shown in Code Listing.


You can access fully function project in our GitHub folder.

Read More

Author : Prashant Pandey -



You will also like: