From 50420cc76ded22d33e9820dcc96ddcea5cab30d0 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Fri, 15 Dec 2023 23:21:22 +0100 Subject: [PATCH] kcat: fix typo (#11763) 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: