mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-01 21:33:11 +00:00
16 lines
290 B
YAML
16 lines
290 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"
|