kafbat UI
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
    • Persisting config
    • K8s / Helm
  • 🛠️Configuration
    • Configuration wizard
    • Configuration file
    • Setup example configs
    • Helm charts
      • Quick start
      • Configuration
        • SSL example
      • Resource limits
      • Sticky sessions
    • Misc configuration properties
    • Complex configuration examples
      • Kraft mode + multiple brokers
    • Kafka secured with SSL
    • Authentication
      • For the UI
        • Basic Authentication
        • OAuth2
        • LDAP / Active Directory
        • SSO Guide (Deprecated)
      • For Kafka
        • AWS IAM
        • SASL_SCRAM
    • RBAC (Role based access control)
      • Supported Identity Providers
    • Data masking
    • Audit log
    • Serialization / SerDe
    • OpenDataDiscovery Integration
  • ❓FAQ
    • Common problems
    • MCP Server
    • FAQ
    • Authentication Issues
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Configuration

OpenDataDiscovery Integration

PreviousSerialization / SerDeNextCommon problems

Last updated 15 days 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 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:

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