From a29318a30d9312cef3cd8155d5d810a8a34ad47b Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck Date: Fri, 15 Dec 2023 20:19:15 +0100 Subject: [PATCH] kcat: update command --- pages/common/kcat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/kcat.md b/pages/common/kcat.md index 4687435c34..b90b1ddd22 100644 --- a/pages/common/kcat.md +++ b/pages/common/kcat.md @@ -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: