datahub/metadata-ingestion/examples/recipes/kafka_to_console.dhub.yaml

12 lines
310 B
YAML
Raw Permalink Normal View History

2021-01-31 22:40:30 -08:00
---
# see https://docs.datahub.com/docs/generated/ingestion/sources/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-01-31 22:40:30 -08:00
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/console for complete documentation
2021-01-31 22:40:30 -08:00
sink:
type: "console"