datahub/metadata-ingestion/examples/recipes/kafka_to_console.toml
Hyejin Yoon f986315582
doc: Acryl to DataHub, datahubproject.io to datahub.com (#13252)
Co-authored-by: Jay <159848059+jayacryl@users.noreply.github.com>
2025-04-28 10:34:33 -04:00

10 lines
306 B
TOML

# see https://docs.datahub.com/docs/generated/ingestion/sources/kafka for complete documentation
[source]
type="kafka"
[source.config.connection]
bootstrap="localhost:9092"
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/console for complete documentation
[sink]
type = "console"