datahub/metadata-ingestion/examples/recipes/kafka_to_console.toml
2021-02-15 18:29:27 -08:00

8 lines
109 B
TOML

[source]
type="kafka"
[source.config.connection]
bootstrap="localhost:9092"
[sink]
type = "console"