diff options
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 |