2021-03-10 14:32:12 -08:00

18 lines
304 B
YAML

---
source:
type: "kafka"
config:
connection:
bootstrap: "localhost:9092"
topic_patterns:
allow:
- ".*"
deny:
- "^_.+" # deny all tables that start with an underscore
sink:
type: "datahub-kafka"
config:
connection:
bootstrap: "localhost:9092"