Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Add link to the demo java client (kafka producer)
Browse files Browse the repository at this point in the history
  • Loading branch information
lealceldeiro committed Dec 11, 2023
1 parent 42e44a3 commit 90ddcd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions KafkaTheDefinitiveGuide/Chapter3/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHAPTER 3: Kafka Producers: Writing Messages to Kafka

## Source code

The source code of a sample Java Kafka Producer, based on the content from this chapter, can be found
[here](https://github.com/lealceldeiro/kafkaproducer).

## Producer Overview

Messages to Kafka are produced by creating a `ProducerRecord`, which includes
Expand Down

0 comments on commit 90ddcd7

Please sign in to comment.