Skip to content

Cleanup datahub kafka topics

Brouberol requested to merge cleanup-datahub-kafka-topics into main

By enabling stateful_ingestion, we make sure to remove any topic from datahub after it was removed from kafka, thus avoiding cruft accumulating over time.

By denying the provided list of topics, we make sure to not import internal datahub topics in datahub, in order to focus on our topics,

Merge request reports