Just shipped Jikkou 1.0: the Resource-as-Code framework for Apache Kafka 🎉.
Substantial new capabilities anchor the release:
🧊 Apache Iceberg provider : manage namespaces, tables, and views declaratively. Schema evolution runs in two passes so renames + type promotions land as a single safe change instead of drop-and-add. Works with REST, Hive, JDBC, AWS Glue, and Nessie catalogs.
🌍 Multi-cluster orchestration : group your providers and roll changes across a whole fleet in one command: jikkou apply --provider-group production --continue-on-error. Fleet-wide diffs in one shot too.
🔐 Confluent Cloud RBAC : RoleBinding resources to manage Confluent Cloud role bindings as code, next to your topics and ACLs.
📦 Plus: resource dependency ordering, JSON Schema export, provider-grouped get commands, hardened deps
Release note : https://www.jikkou.io/docs/releases/release-v1.0.0/
Happy to answer questions, hear what you'd want from the 1.x line, or just discuss how you're managing Kafka resources today 🙂.