diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-11-20 11:02:54 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-11-20 11:02:54 -0800 |
commit | ed5ef9801fc94ab20defc77ade53b585f695aa6c (patch) | |
tree | 75f1120e4e93d1e95fbd9bfb33ab7335d492d26d /kafka | |
parent | 07486ba6c7aad6934e8fe18f1565bb3f750276dd (diff) | |
download | sandcrawler-ed5ef9801fc94ab20defc77ade53b585f695aa6c.tar.gz sandcrawler-ed5ef9801fc94ab20defc77ade53b585f695aa6c.zip |
kafka docs for rolling back a consumer group
Diffstat (limited to 'kafka')
-rw-r--r-- | kafka/debugging_issues.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kafka/debugging_issues.txt b/kafka/debugging_issues.txt index 1af490e..007c786 100644 --- a/kafka/debugging_issues.txt +++ b/kafka/debugging_issues.txt @@ -1,4 +1,13 @@ +## 2020-11-12 + +To reset a consumer group to the offsets from a specific date (or datetime), +use: + + ./kafka-consumer-groups.sh --bootstrap-server localhost:9092 --group persist-grobid-s3 --reset-offsets --all-topics --to-datetime 2020-11-09T00:00:00.000 + +Add `--execute` to actually commit the change. + ## 2018-12-02 Had been having some troubles with consumer group partition assignments with |