Blog

Discover articles about Apache Kafka, event streaming, real-time data processing,

Latest Apache Kafka Blogs

How to configure Kafka Authentication in Strimzi

Learn how to configure secure Kafka authentication in Strimzi for multi-tenant environments. This technical guide covers mTLS, certificate-chain principals, tenant-specific listeners, custom principal builders, OAuth bearer authentication, and the risks of relying on Strimzi internals.

Strimzi Kafka
Release Blog 2026.2 - The Summer Release

Axual 2026.2, the Summer LTS release, brings continuous message fetching and CEL-based queries to Topic Browse, Externalised Groups for managing membership through your Identity Provider, the move to Apicurio v3, improved Audit Events, KSML 1.3, and new MCP Server capabilities.

Axual Product
Strimzi 1.0.0: CRD Versioning, Conversion, and GitOps Operations

A technical overview of the Strimzi 1.0.0 CRD migration path, including CRD versioning, conversion tooling, storage updates, and operational considerations for ArgoCD-managed GitOps Kubernetes environments.

Axual Product

Browse by category:

Read more about Real Time Data & Event Streaming

Rachel van Egmond
November 19, 2024
Optimizing Healthcare Integration with Kafka at NHN | Use case
Optimizing Healthcare Integration with Kafka at NHN | Use case

Norsk Helsenett (NHN) is revolutionizing Norway's fragmented healthcare landscape with a scalable Kafka ecosystem. Bridging 17,000 organizations ensures secure, efficient communication across hospitals, municipalities, and care providers.

Apache Kafka Use Cases
Richard Bosch
November 12, 2024
Understanding Kafka Connect
Understanding Kafka Connect

Apache Kafka has become a central component of modern data architectures, enabling real-time data streaming and integration across distributed systems. Within Kafka’s ecosystem, Kafka Connect plays a crucial role as a powerful framework designed for seamlessly moving data between Kafka and external systems. Kafka Connect provides a standardized, scalable approach to data integration, removing the need for complex custom scripts or applications. For architects, product owners, and senior engineers, Kafka Connect is essential to understand because it simplifies data pipelines and supports low-latency, fault-tolerant data flow across platforms. But what exactly is Kafka Connect, and how can it benefit your architecture?

Apache Kafka
Richard Bosch
November 1, 2024
Kafka Topics and Partitions - The building blocks of Real Time Data Streaming
Kafka Topics and Partitions - The building blocks of Real Time Data Streaming

Apache Kafka is a powerful platform for handling real-time data streaming, often used in systems that follow the Publish-Subscribe (Pub-Sub) model. In Pub-Sub, producers send messages (data) that consumers receive, enabling asynchronous communication between services. Kafka’s Pub-Sub model is designed for high throughput, reliability, and scalability, making it a preferred choice for applications needing to process massive volumes of data efficiently. Central to this functionality are topics and partitions—essential elements that organize and distribute messages across Kafka. But what exactly are topics and partitions, and why are they so important?

Event Streaming
Jimmy Kusters
October 31, 2024
How to use Strimzi Kafka: Opening a Kubernetes shell on a broker pod and listing all topics
How to use Strimzi Kafka: Opening a Kubernetes shell on a broker pod and listing all topics

Strimzi Kafka offers an efficient solution for deploying and managing Apache Kafka on Kubernetes, making it easier to handle Kafka clusters within a Kubernetes environment. In this article, we'll guide you through opening a shell on a Kafka broker pod in Kubernetes and listing all the topics in your Kafka cluster using an SSL-based connection.

Strimzi Kafka
Abhinav Sonkar
October 25, 2024
Kafka Operator for Kubernetes: Simplifying Kafka Deployments
Kafka Operator for Kubernetes: Simplifying Kafka Deployments

Kafka Operators for Kubernetes makes deploying and managing Kafka clusters simpler and more reliable. In this blog, we will do a deep dive into what a Kafka operator is and why you should use a Kafka operator.

Kubernetes
Richard Bosch
October 15, 2024
Understanding the Kafka Bootstrap Server
Understanding the Kafka Bootstrap Server

This blog dives into the bootstrap server's role, its purpose, how it facilitates client connections, and why it’s vital for Kafka’s fault-tolerant, scalable design.

Event Streaming
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.