Remove resource-management-with-confluent-for-kubernetes
article thumbnail

How to Connect KSQL to Confluent Cloud using Kubernetes with Helm

Confluent

Confluent Cloud, a fully managed event cloud-native streaming service that extends the value of Apache Kafka ® , is simple, resilient, secure, and performant, allowing you to focus on what is important—building contextual event-driven applications, not infrastructure. Helm Chart configuration for Confluent Cloud.

Cloud 93
article thumbnail

Microservices, Apache Kafka, and Domain-Driven Design

Confluent

This blog post discusses why Apache Kafka became the de facto standard and backbone for microservice architectures—not just replacing other traditional middleware but also building the microservices themselves using DDD and Kafka-native APIs like Kafka Streams, KSQL, and Kafka Connect. Microservices. This can be answered in two parts: 1.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Introducing Confluent Platform 5.3

Confluent

Delivers the new Confluent Operator for cloud-native automation on Kubernetes, a redesigned Confluent Control Center user interface to simplify how you manage event streams, and a preview of Role-Based Access Control for enterprise-grade security. To solve these challenges, Confluent Platform 5.3

article thumbnail

The Rise of Managed Services for Apache Kafka

Confluent

Luckily for on-premises scenarios, a myriad of deployment options are available, such as the Confluent Platform which can be deployed on bare metal, virtual machines, containers, etc. To simplify all of this, different providers have emerged to offer Apache Kafka as a managed service. But deployment is just the tip of the iceberg.

article thumbnail

Incremental Cooperative Rebalancing in Apache Kafka: Why Stop the World When You Can Change It?

Confluent

Kafka clients—specifically the Kafka consumer, Kafka Connect, and Kafka Streams, which are the focus in this post—have used a sophisticated, paradigmatic way of balancing resources since the very beginning. Defining an embedded protocol within Kafka’s group management API does not restrict its use to load balancing only.

article thumbnail

Journey to Event Driven – Part 2: Programming Models for the Event-Driven Architecture

Confluent

We’ve quickly learned through microservices and SOA with the traditional model that RPC-based systems don’t scale, and managing state and correctness also doesn’t scale. Inactive actors are persisted to disk to minimize idle resource requirements. Do I need to use a microservices framework? Control: Offline and rolling restart.

article thumbnail

Apache Kafka Rebalance Protocol for the Cloud: Static Membership

Confluent

A Kafka rebalance is a distributed protocol for client-side applications to process a common set of resources in a dynamic group. Two primary goals for this protocol are: Group resource assignment. Strictly speaking, only built-in rebalance assignors obey this rule for resource isolation. Membership change capture.

Cloud 21