kafkacat: fix parameter bracket (#3362)

italian
Fabien Meurillon 2019-10-09 23:37:32 +02:00 committed by Ivan Aracki
parent 83aef83efa
commit 738b583d5a
1 changed files with 1 additions and 1 deletions

View File

@ -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}}`