-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mirjam Aulbach <[email protected]>
- Loading branch information
1 parent
87cc540
commit 8e012c8
Showing
8 changed files
with
83 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# Features of Klaw | ||
|
||
Explore the comprehensive range of features Klaw offers to manage your Apache Kafka® ecosystem more efficiently. | ||
|
||
| Feature | Description | | ||
| ---------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| [_Topics creation_](../HowTo/topics/Request-a-new-topic.md) | Easily request and approve Apache Kafka topics for your applications. | | ||
| [_ACLs creation_](../HowTo/subscriptions/Request-a-subscription.md) | Manage access control by requesting and approving Producer and Consumer access to Apache Kafka topics. | | ||
| [_Schemas creation_](../HowTo/schemas/Request-a-schema.md) | Request and approve Avro schemas, compatible with Karapace and Confluent Schema Registry. | | ||
| [_Connectors creation_](../HowTo/connectors/Request-a-new-connector.md) | Request and approve Apache Kafka Connectors for streamlined data integration. | | ||
| [_Promote topics, schemas, connectors_](../HowTo/topics/Promote-a-topic.md) | Define a hierarchy of environments and effortlessly promote entities to higher environments. | | ||
| [_Topic naming conventions_](../HowTo/environments.md) | Enforce naming conventions using prefixes, suffixes, or regex on topic names. | | ||
| [_Schema evolution_](../HowTo/schemas/manage-schemas.md) | Manage multiple versions of schemas efficiently. | | ||
| [_Reset consumer offsets_](../HowTo/operational/Reset-Consumer-Offsets.md) | Gain the ability to reset consumer offsets for specific consumer groups per topic. | | ||
| [_View Apache Kafka events_](../HowTo/topics/View-topic-events) | Easily view events on any Apache Kafka topic for better monitoring and debugging. | | ||
| [_Dashboard_](../HowTo/dashboard) | Access dashboard to see the topics for which your team has created ACLs, both as a producer and consumer. | | ||
| [_View consumer lag_](../HowTo/topics/View-consumer-lag) | Keep track of consumer offsets and view lags for a consumer group. | | ||
| [_Sync topics to a cluster_](../HowTo/kafka-cluster-migration/sync-topics-to-cluster.md) | Synchronize topics with any new or existing Apache Kafka cluster seamlessly. | | ||
| [_Sync topics from a cluster_](../HowTo/kafka-cluster-migration/sync-topics-from-cluster.md) | Synchronize topics from any Apache Kafka cluster to Klaw. | | ||
| [_Sync ACLs to a cluster_](../HowTo/kafka-cluster-migration/sync-acls-to-cluster.md) | Ensure access control by synchronizing access control lists with new or existing Apache Kafka clusters. | | ||
| [_Sync ACLs from a cluster_](../HowTo/kafka-cluster-migration/sync-acls-from-cluster.md) | Ensure the security of your Apache Kafka topics by synchronizing access control lists from any Apache Kafka cluster with Klaw. | | ||
| [_Sync schemas to a cluster_](../HowTo/kafka-cluster-migration/sync-schemas-to-cluster.md) | Maintain consistency by synchronizing schemas, including all versions, to new or existing Schema Registry clusters. | | ||
| [_Sync schemas from a cluster_](../HowTo/kafka-cluster-migration/sync-schemas-from-cluster.md) | Ensure schema consistency by synchronizing schemas from any Schema Registry cluster to Klaw. | | ||
| [_Sync connectors from a cluster_](../HowTo/kafka-cluster-migration/sync-connectors-from-cluster.md) | Efficiently manage connectors by syncing them from any Apache Kafka Connect cluster to Klaw. | | ||
| [_Import / Export Klaw data_](../HowTo/exportimport/index.md) | Easily export Klaw metadata to JSON files and import it into another Klaw instance for data security and smooth transitions. | | ||
| Secured Apache Kafka topics | Secure and protect Apache Kafka topics, schemas, and access control lists with defined ownership and access control. | | ||
| [_Controlled access to users_](../HowTo/rolespermissions.md) | Define granular roles and permissions, allowing users to view, request, and modify entities as needed. | | ||
| [_Apache Kafka connectivity PLAINTEXT/SSL/SASL_](../HowTo/clusterconnectivity/index.md) | Connect Klaw to Apache Kafka clusters using PLAINTEXT, SSL, or SASL mechanisms. | | ||
| [_Email Notifications_](../HowTo/notifications/index.md) | Stay informed with email notifications for every request, approval, and Apache Kafka cluster change. | | ||
| [_Analytics / Reports_](../HowTo/analytics.md) | Access and download reports on your requests, topics, consumer groups, and ACL ownership in Klaw. Data availability varies based on your role as USER or SUPERADMIN. | | ||
| Audit history | Keep track of every request, approval, and change with a comprehensive audit history. | | ||
| [_Apache Kafka flavor support_](../HowTo/clusters.md) | Klaw is compatible with multiple Apache Kafka flavors, including Apache Kafka, Aiven Apache Kafka, Confluent Apache Kafka, and Confluent Cloud Apache Kafka. | | ||
| [_Klaw login AD/SSO/DB_](../HowTo/authentication/index.md) | Users can log in to Klaw using Windows AD or SSO providers like Azure and Google. | | ||
|
||
:::note | ||
Klaw is continuously evolving, and many other minor features are also available that are not listed above. | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.