datahub/metadata-ingestion/examples/recipes/kafka_to_console.toml

8 lines
109 B
TOML
Raw Normal View History

2021-01-31 22:40:30 -08:00
[source]
type="kafka"
2021-02-12 12:05:41 -08:00
[source.config.connection]
2021-01-31 22:40:30 -08:00
bootstrap="localhost:9092"
[sink]
type = "console"