Created
September 3, 2018 08:59
-
-
Save benpdavison/a4b52a7b2dcd397c6bf42a821d0f2129 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kafka-delete-records --bootstrap-server localhost:9092 --offset-json-file ./offsetfile.json | |
// where offsetfile.json is: | |
{"partitions": [{ "topic": "event_source.quotes", "partition": 0, "offset": -1 }], "version":1 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment