-
Notifications
You must be signed in to change notification settings - Fork 14.9k
MINOR: Enhance README with improved Kafka description #21124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: trunk
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,11 @@ | |
| [](https://github.com/apache/kafka/actions/workflows/ci.yml?query=event%3Apush+branch%3Atrunk) | ||
| [](https://github.com/apache/kafka/actions/workflows/generate-reports.yml?query=event%3Aschedule+branch%3Atrunk) | ||
|
|
||
| [**Apache Kafka**](https://kafka.apache.org) is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications. | ||
| [**Apache Kafka**](https://kafka.apache.org) is an open source, highly scalable, fault-tolerant, distributed event-streaming platform designed for real-time data ingestion, processing, and distribution. It enables applications to publish, store, and consume continuous streams of records with high throughput and durability, making it a core infrastructure component for building data pipelines, streaming analytics systems, and mission-critical, event-driven architectures. | ||
|
|
||
| Acchitecture of Apache Kafka: | ||
|
||
| <img width="772" height="562" alt="kafka drawio" src="https://github.com/user-attachments/assets/f1dda78b-0826-4408-92ba-6aef364f1b3a" /> | ||
|
||
|
|
||
|
|
||
| You need to have [Java](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed. | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.