and put both JournalWriter implementations in a swh.journal.writer package.
Also move the get_journal_writer() function from storage.
Keep a swh.journal.direct_writer module for bw compat.
This prevents a dependecy loop between swh.storage and swh.journal.
might as well rename it KafkaWriter while we're at it. "direct" was to be opposed to the pg listener and journal publisher, which were both dropped from the codebase, so it no long makes sense.