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"