kcat: fix typo (#11763)

kcat: update command
pull/23/head
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
1 changed files with 1 additions and 1 deletions

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: