- service that listen to the 'swh.journal.objects.content' topic and replicate object blobs from a source object storage to a destination one.
- refactor replayer tests; implement the whole kafka mocking logic in the Mocked* classes and delete the test_write_replay_same_order which was not testing anything more than what the orther test do.
- client: simplify a bit the JournalClient class no need for those poll() and commit() proxy methods.
Depends on D1540