Add support for "flags" in object_type used for kafka topics
Kafka topics are currentlt built as {kafka_prefix}.{object_type}
. This
is expecially used in the swh.journal.serializers.object_key()
function.
This revision makes this function ignore everything past a ":" in the
object_type argument, so one can serialize say Revision
objects in
a "revision:anonymized" topic.
Depends on !170 (closed).
Migrated from D3149 (view on Phabricator)