Jelajahi Sumber

kafkacat: fix parameter bracket (#3362)

Fabien Meurillon 5 tahun lalu
induk
melakukan
738b583d5a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      pages/common/kafkacat.md

+ 1 - 1
pages/common/kafkacat.md

@@ -33,4 +33,4 @@
 
 
 - Get offset for a topic/partition for a specific point in time:
 - 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}}`