8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
Apache Kafka
Apache Kafka menu
Apache Kafka Tutorial
A distributed event streaming platform for high-throughput, durable messaging.
Start the Apache Kafka tutorial →
What you'll learn
1. Kafka Introduction
Run Kafka locally with Docker Compose in KRaft mode and create your first topic from the CLI.
2. Topics, Partitions & Offsets
How partitioning enables parallelism, consumer groups and offset tracking, and why ordering is per-partition only.
3. Producers & Consumers
Complete Java KafkaProducer and KafkaConsumer examples, acks configuration, and manual vs auto commit.
4. Exactly-Once Semantics
Idempotent producers, transactional read-process-write, and why "exactly once" really means "effectively once".
5. Schema Registry and Avro
Why long-lived topics need a schema contract, how the Schema Registry works, and Avro compatibility rules.
6. Kafka Streams & Connect
Stream processing with Kafka Streams and integrating external systems declaratively with Kafka Connect.
7. Monitoring and Operations
Consumer lag, key broker and consumer metrics to alert on, and common operational issues and their causes.
8. Kafka in Production: Reference Architecture
A real production reference architecture: replication factor choices, partition count planning, and multi-datacenter replication.
9. Kafka Interview Questions
Practical Kafka interview questions on partition ordering, rebalancing, delivery guarantees, and acks trade-offs.