20 lines
506 B
YAML
Raw Normal View History

2021-01-31 22:40:30 -08:00
---
# see https://datahubproject.io/docs/metadata-ingestion/source_docs/kafka for complete documentation
2021-01-31 22:40:30 -08:00
source:
type: "kafka"
2021-02-12 12:05:41 -08:00
config:
connection:
bootstrap: "localhost:9092"
2021-02-12 12:05:41 -08:00
topic_patterns:
allow:
- ".*"
deny:
- "^_.+" # deny all tables that start with an underscore
2021-01-31 22:40:30 -08:00
# see https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub for complete documentation
2021-01-31 22:40:30 -08:00
sink:
type: "datahub-kafka"
2021-02-12 12:05:41 -08:00
config:
connection:
bootstrap: "localhost:9092"