From 738b583d5a9d916bb6e2c4014f617c50dbecc57b Mon Sep 17 00:00:00 2001 From: Fabien Meurillon Date: Wed, 9 Oct 2019 23:37:32 +0200 Subject: [PATCH] kafkacat: fix parameter bracket (#3362) --- pages/common/kafkacat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/kafkacat.md b/pages/common/kafkacat.md index f58bd8b28..91361c481 100644 --- a/pages/common/kafkacat.md +++ b/pages/common/kafkacat.md @@ -33,4 +33,4 @@ - Get offset for a topic/partition for a specific point in time: -`kafkacat -Q -t {{topic}:{{partition}}:{{unix_timestamp}} -b {{brokers}}` +`kafkacat -Q -t {{topic}}:{{partition}}:{{unix_timestamp}} -b {{brokers}}`