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

10 lines
306 B
TOML
Raw Permalink Normal View History

# see https://docs.datahub.com/docs/generated/ingestion/sources/kafka for complete documentation
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"
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/console for complete documentation
2021-01-31 22:40:30 -08:00
[sink]
type = "console"