objstorage_checker: Add support for consuming content ids from journal
Compare changes
Files
2- Antoine Lambert authored
swh/scrubber/interface.py deleted
100644 → 0
+ 0
− 29
Add ObjectStorageCheckerJournal
class to consume content ids from a kafka
topic in order to check their presence in a given object storage but also
to check their integrity by fetching their bytes and recomputing checksums.
Related to #4694 (closed).