Explorar el Código

kafkacat: fix parameter bracket (#3362)

Fabien Meurillon hace 5 años
padre
commit
738b583d5a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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:
 
-`kafkacat -Q -t {{topic}:{{partition}}:{{unix_timestamp}} -b {{brokers}}`
+`kafkacat -Q -t {{topic}}:{{partition}}:{{unix_timestamp}} -b {{brokers}}`