datahub/metadata-ingestion/examples/recipes/kafka_to_datahub_rest.yml
2021-02-15 18:29:27 -08:00

11 lines
154 B
YAML

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