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

Commit

Permalink
Update notes: Kafka: The definitive guide
Browse files Browse the repository at this point in the history
- Chapter 2: how to properly stop sending messages through the utility
`kafka-console-producer`
  • Loading branch information
lealceldeiro committed Jan 23, 2024
1 parent 52bff59 commit 9eae3fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion KafkaTheDefinitiveGuide/Chapter2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ docker run -it --rm --network app-tier \
```

> When the console waits for input (symbol `>` visible) enter some message and hit enter (once for every message).
> To finish producing messages do `Ctrl` + `C` (`^C`)
> To finish producing messages send an end-of-file (EOF) character to close the client. In most common terminals,
> this is done with `Control` + `D` (`^D`). If that doesn't work, then do `Ctrl` + `C` (`^C`)
- **Consume messages** from the previously created topic

Expand Down

0 comments on commit 9eae3fe

Please sign in to comment.