mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-01 13:23:09 +00:00
11 lines
154 B
YAML
11 lines
154 B
YAML
---
|
|
source:
|
|
type: "kafka"
|
|
config:
|
|
connection.bootstrap: "broker:9092"
|
|
|
|
sink:
|
|
type: "datahub-rest"
|
|
config:
|
|
server: 'http://localhost:8080'
|