3 repository-uri
Infrastructure provisioning specifically optimized for Kafka-compatible event-driven applications.
Distinct from Managed Infrastructure Deployment: Distinct from general managed infrastructure: focuses on Kafka-compatible cluster provisioning for event-driven workloads.
Explore 3 awesome GitHub repositories matching devops & infrastructure · Kafka-Compatible Deployments. Refine with filters or upvote what's useful.
Redpanda is a distributed event streaming engine designed to serve as a high-performance, drop-in replacement for existing event-driven architectures. It provides a foundation for building and scaling applications that require reliable data movement, analytical querying, and strict operational compliance across both cloud and self-managed environments. The platform distinguishes itself through a shared-nothing architecture that utilizes thread-per-core execution and a non-blocking asynchronous input/output engine to maximize throughput. It maintains data consistency through a consensus-based
Provisions high-performance clusters that support existing event-driven applications with Kafka compatibility.
AutoMQ is a cloud-native streaming platform and Kafka-compatible message broker. It implements the Kafka protocol to provide integration with existing clients and ecosystems while functioning as a message queue that persists data directly to cloud object storage. The system decouples compute from storage, allowing processing power and storage capacity to scale independently. It utilizes a shared-log architecture and object-storage-based persistence to remove dependencies on local disks, which reduces operational costs and eliminates manual disk management. The platform includes mechanisms fo
Provides a Kafka-compatible deployment optimized for cloud object storage and compute-storage separation.
Strimzi is a Kubernetes operator that automates the deployment, management, and lifecycle of Apache Kafka clusters on Kubernetes or OpenShift. It uses custom resource definitions and declarative YAML configuration to define Kafka cluster topology, broker placement, and security settings, with operator-based controllers that reconcile the desired state with the actual cluster state. The operator handles rolling updates during cluster upgrades or configuration changes to maintain availability and data integrity, and supports rack-aware broker scheduling across Kubernetes nodes and availability
Deploys Apache Kafka clusters on Kubernetes with configurable topologies for development or production.