|
1 | 1 | # Features
|
2 | 2 |
|
3 |
| -* **Configuration wizard** — configure your Kafka clusters right in the UI |
4 |
| -* **Multi-Cluster Management** — monitor and manage all your clusters in one place |
5 |
| -* **Performance Monitoring with Metrics Dashboard** — track key Kafka metrics with a lightweight dashboard |
6 |
| -* **View Kafka Brokers** — view topic and partition assignments, controller status |
7 |
| -* **View Kafka Topics** — view partition count, replication status, and custom configuration |
8 |
| -* **View Consumer Groups** — view per-partition parked offsets, combined and per-partition lag |
9 |
| -* **Browse Messages** — browse messages with JSON, plain text, and Avro encoding |
10 |
| -* **Dynamic Topic Configuration** — create and configure new topics with dynamic configuration |
11 |
| -* **Configurable Authentification** — secure your installation with optional Github/Gitlab/Google OAuth 2.0 |
12 |
| -* **Custom serialization/deserialization plugins** - use a ready-to-go serde for your data like AWS Glue or Smile, or code your own! |
13 |
| -* **Role-based access control** - [manage permissions](../configuration/rbac-role-based-access-control/) to access the UI with granular precision |
14 |
| -* **Data masking** - [obfuscate](../configuration/data-masking.md) sensitive data in topic messages |
15 |
| -* **ODD Integration** — Explore and monitor kafka related metadata changes in OpenDataDiscovery platform |
| 3 | +* **Topic Insights** – View essential topic details including partition count, replication status, and custom configurations. |
| 4 | +* **Configuration Wizard** – Set up and configure your Kafka clusters directly through the UI. |
| 5 | +* **Multi-Cluster Management** – Monitor and manage all your Kafka clusters in one unified interface. |
| 6 | +* **Metrics Dashboard** – Track key Kafka metrics in real time with a streamlined, lightweight dashboard. |
| 7 | +* **Kafka Brokers Overview** – Inspect brokers, including partition assignments and controller status. |
| 8 | +* **Consumer Group Details** – Analyze parked offsets per partition, and monitor both combined and partition-specific lag. |
| 9 | +* **Message Browser** – Explore messages in JSON, plain text, or Avro encoding formats. |
| 10 | +* **Dynamic Topic Management** – Create and configure new topics with flexible, real-time settings. |
| 11 | +* **Pluggable Authentication** – Secure your UI using OAuth 2.0 (GitHub, GitLab, Google), LDAP, or basic authentication. |
| 12 | +* **Cloud IAM Support** – Integrate with **GCP IAM**, **Azure IAM**, and **AWS IAM** for cloud-native identity and access management. |
| 13 | +* **Managed Kafka Service Support** – Full support for **Azure EventHub**, **Google Cloud Managed Service for Apache Kafka**, and **AWS Managed Streaming for Apache Kafka (MSK)**—both server-based and serverless. |
| 14 | +* **Custom SerDe Plugin Support** – Use built-in serializers/deserializers like AWS Glue and Smile, or create your own custom plugins. |
| 15 | +* **Role-Based Access Control** – [Manage granular UI permissions](../configuration/rbac-role-based-access-control/) with RBAC. |
| 16 | +* **Data Masking** – [Obfuscate sensitive data](../configuration/data-masking.md) in topic messages to enhance privacy and compliance. |
| 17 | + |
| 18 | + |
0 commit comments