Skip to content
Snippets Groups Projects

objstorage_checker: Add support for consuming content ids from journal

@@ -125,7 +125,7 @@ class ObjectStorageCheckerPartition(BasePartitionChecker):
class ObjectStorageCheckerJournal(BaseChecker):
"""A jourbal based checker to detect missing and corrupted contents in an object storage.
"""A journal based checker to detect missing and corrupted contents in an object storage.
It iterates on content objects referenced in a kafka topic, check they are available
in a given object storage instance then retrieve their bytes from it in order to
Loading