1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-14 21:55:55 +02:00

kcat: fix typo (#11763)

kcat: update command
This commit is contained in:
Sebastiaan Speck 2023-12-15 23:21:22 +01:00 committed by GitHub
parent 9f89c45d13
commit 50420cc76d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
- Publish message by reading from `stdin`:
` echo {{message}} | kcat -P -t {{topic}} -b {{brokers}}`
`echo {{message}} | kcat -P -t {{topic}} -b {{brokers}}`
- Publish messages by reading from a file: