Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Dec 13:42
· 201 commits to main since this release

Kafscale v1.0.0

This is the first stable release of Kafscale, a Kafka‑protocol compatible streaming platform with stateless brokers, S3‑backed durability, and etcd‑backed metadata/offsets. v1.0.0 focuses on core broker compatibility, operational tooling, and observability.

Highlights

  • Expanded ops/admin API surface (groups, configs, cleanup, CreatePartitions, DeleteGroups)
  • New and improved Prometheus metrics + Grafana dashboard templates
  • Added security posture documentation and roadmap alignment
  • Strengthened test coverage, including new e2e durability tests and race/vet checks in CI

What’s Included

  • Kafka protocol support for produce/fetch, consumer groups, metadata, and admin ops
  • Operator‑based Kubernetes deployment flow
  • Expanded documentation set (ops, security, architecture, protocol matrix)

Known Limitations

  • No TLS/SASL yet (planned for next version)
  • No Kafka transactions or KRaft APIs
  • No embedded stream processing