Kafka-ui has integration with the OpenDataDiscovery platformarrow-up-right (ODD).
ODD Platform allows you to monitor and navigate kafka data streams and see how they embed into your data platform.
This integration allows you to use kafbat-ui as an ODD "Collector" for kafka clusters.
Currently, kafbat-ui exports:
kafka topics as ODD Datasets with topic's metadata, configs, and schemas
kafka-connect's connectors as ODD Transformers, including input & output topics and additional connector configs
Configuration properties:
INTEGATION_ODD_URL
integration.odd.ulr
ODD platform instance URL. Required.
INTEGRATION_ODD_TOKEN
integration.odd.token
Collector's token generated in ODD. Required.
INTEGRATION_ODD_TOPICSREGEX
integration.odd.topicsRegex
RegEx for topic names that should be exported to ODD. Optional, all topics exported by default.
Last updated 8 months ago
Was this helpful?