@@ -47,7 +47,8 @@ Stop writing scripts. Stop clicking through UIs. Define your desired state, and
4747| ** Stateless** | No database needed — Jikkou uses your Kafka platform as the source of truth |
4848| ** Safe** | Built-in dry-run mode, validations, and reconciliation engine prevent accidents |
4949| ** Extensible** | Plugin-based architecture with providers, validators, transformations, and templates |
50- | ** Multi-Platform** | Works with Apache Kafka, Confluent Cloud, Aiven, Amazon MSK, Redpanda, and more |
50+ | ** Multi-Cluster** | Apply changes across a fleet of clusters in one command with provider groups |
51+ | ** Multi-Platform** | Works with Apache Kafka, Confluent Cloud, Aiven, Amazon MSK, Redpanda, Apache Iceberg, and more |
5152
5253## Quick Start
5354
@@ -94,14 +95,14 @@ ok: 0, created: 1, altered: 0, deleted: 0, failed: 0
9495
9596## Supported Resources
9697
97- | Apache Kafka | Schema Registry | Kafka Connect | Cloud Providers |
98- | :---:| :---:| :---:| :---:|
99- | Topics & Configs | Avro Schemas | Connectors | Aiven (ACLs, Quotas) |
100- | ACLs | JSON Schemas | | Confluent Cloud (RBAC) |
101- | Quotas | Protobuf Schemas | | AWS Glue Schemas |
102- | Consumer Groups | | | |
103- | Brokers & Users | | | |
104- | KTable Records | | | |
98+ | Apache Kafka | Schema Registry | Kafka Connect | Apache Iceberg | Cloud Providers |
99+ | :---:| :---:| :---:| :---:| :---: |
100+ | Topics & Configs | Avro Schemas | Connectors | Tables | Aiven (ACLs, Quotas) |
101+ | ACLs | JSON Schemas | | Views | Confluent Cloud (RBAC) |
102+ | Quotas | Protobuf Schemas | | Namespaces | AWS Glue Schemas |
103+ | Consumer Groups | | | | |
104+ | Brokers & Users | | | | |
105+ | KTable Records | | | | |
105106
106107## How It Works
107108
0 commit comments