"git@gitlab.softwareheritage.org:rboyer/swh-model.git" did not exist on "ac3df91ae6827d7fa28c10f40e1f76e188f2fe1a"
objstorage_checker: Add support for consuming content ids from journal
Compare changes
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).