datahub/metadata-ingestion/examples/recipes/kafka_to_datahub_rest.yml
2021-03-10 14:32:12 -08:00

12 lines
161 B
YAML

---
source:
type: "kafka"
config:
connection:
bootstrap: "broker:9092"
sink:
type: "datahub-rest"
config:
server: "http://localhost:8080"