UI for Apache Kafka
GithubDiscord
  • 🎓Overview
    • About
    • Features
    • Getting started
  • 🛣️Project
    • Code of Conduct
    • Roadmap
  • 🧱Development
    • Contributing
    • Setting up git
    • Building
      • Prerequisites
      • With Docker
      • Without Docker
    • WIP: Testing
  • ⚡Quick Start
    • 🔍Prerequisites
      • Kafka Permissions
        • Standalone Kafka ACLs
        • MSK (+Serverless) Setup
    • Demo run
    • AWS Marketplace
    • Persistent start
    • K8s / Helm
  • 🛠️Configuration
    • Configuration wizard
    • Configuration file
    • Compose examples
    • Helm charts
      • Quick start
      • Configuration
        • SSL example
      • Resource limits
      • Sticky sessions
    • Misc configuration properties
    • Complex configuration examples
      • Kraft mode + multiple brokers
    • Kafka w/ SSL
    • Authentication
      • Basic Authentication
      • OAuth2
      • AWS IAM
      • LDAP / Active Directory
      • SSO Guide
      • SASL_SCRAM
    • RBAC (Role based access control)
      • Supported Identity Providers
    • Data masking
    • Audit log
    • Serialization / SerDe
    • OpenDataDiscovery Integration
  • ❓FAQ
    • Common problems
    • FAQ
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Configuration

OpenDataDiscovery Integration

PreviousSerialization / SerDeNextCommon problems

Last updated 2 years ago

Was this helpful?

Kafka-ui has integration with the (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 kafka-ui as an ODD "Collector" for kafka clusters.

Currently, kafka-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:

Env variable name
Yaml property
Description

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.

🛠️
OpenDataDiscovery platform