datahub/metadata-ingestion/examples/recipes/kafka_to_datahub_rest.yml

11 lines
154 B
YAML
Raw Normal View History

---
source:
type: "kafka"
2021-02-12 12:05:41 -08:00
config:
connection.bootstrap: "broker:9092"
sink:
type: "datahub-rest"
2021-02-12 12:05:41 -08:00
config:
server: 'http://localhost:8080'