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:
parent
83aef83efa
commit
738b583d5a
1 changed files with 1 additions and 1 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue