1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 21:35:24 +02:00

kafkacat: fix parameter bracket (#3362)

This commit is contained in:
Fabien Meurillon 2019-10-09 23:37:32 +02:00 committed by Ivan Aracki
parent 83aef83efa
commit 738b583d5a

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