mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-28 20:09:59 +00:00
18 lines
341 B
YAML
18 lines
341 B
YAML
run_id: kafka-test
|
|
|
|
source:
|
|
type: kafka
|
|
config:
|
|
ingest_schemas_as_entities: true
|
|
connection:
|
|
bootstrap: "localhost:29092"
|
|
schema_registry_url: "http://localhost:28081"
|
|
domain:
|
|
"urn:li:domain:sales":
|
|
allow:
|
|
- "key_value_topic"
|
|
sink:
|
|
type: file
|
|
config:
|
|
filename: "./kafka_mces.json"
|