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. Overview

Features

PreviousAboutNextGetting started

Last updated 2 years ago

Was this helpful?

  • Configuration wizard — configure your Kafka clusters right in the UI

  • Multi-Cluster Management — monitor and manage all your clusters in one place

  • Performance Monitoring with Metrics Dashboard — track key Kafka metrics with a lightweight dashboard

  • View Kafka Brokers — view topic and partition assignments, controller status

  • View Kafka Topics — view partition count, replication status, and custom configuration

  • View Consumer Groups — view per-partition parked offsets, combined and per-partition lag

  • Browse Messages — browse messages with JSON, plain text, and Avro encoding

  • Dynamic Topic Configuration — create and configure new topics with dynamic configuration

  • Configurable Authentification — secure your installation with optional Github/Gitlab/Google OAuth 2.0

  • Custom serialization/deserialization plugins - use a ready-to-go serde for your data like AWS Glue or Smile, or code your own!

  • Role-based access control - to access the UI with granular precision

  • Data masking - sensitive data in topic messages

  • ODD Integration — Explore and monitor kafka related metadata changes in OpenDataDiscovery platform

🎓
manage permissions
obfuscate