You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ See `saluki --help` for all options.
12
12
## Consume from a topic
13
13
`saluki consume mybroker:9092/mytopic -p 1 -o 123456 -m 10` - This will print 9 messages before (and inclusively the offset specified) offset `123456` of `mytopic` on `mybroker`, in partition 1.
14
14
15
-
Use the `-g` flag to go the other way, ie. in the above example to consume 9 messages FROM offset 123456
15
+
Use the `-g` flag to go the other way, ie. in the above example to consume the 9 messages _after_ offset 123456
0 commit comments