Global web icon
apache.org
https://kafka.apache.org/
Apache Kafka
Apache Kafka 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.
Global web icon
apache.org
https://kafka.apache.org/uses
Apache Kafka
Kafka abstracts away the details of files and gives a cleaner abstraction of log or event data as a stream of messages. This allows for lower-latency processing and easier support for multiple data sources and distributed data consumption.
Global web icon
apache.org
https://kafka.apache.org/powered-by
Powered By - Apache Kafka
Apache Kafka is used for both real-time and batch data processing, and is the chosen event log technology for Amadeus microservice-based streaming applications. Kafka is also used for operational use cases such as application logs collection.
Global web icon
apache.org
https://kafka.apache.org/intro
Apache Kafka
Kafka is a distributed system consisting of servers and clients that communicate via a high-performance TCP network protocol. It can be deployed on bare-metal hardware, virtual machines, and containers in on-premise as well as cloud environments.
Global web icon
apache.org
https://kafka.apache.org/downloads
Apache Kafka
Kafka 4.1.0 includes a significant number of new features and fixes. For more information, please read our blog post, the detailed Upgrade Notes and the Release Notes.
Global web icon
apache.org
https://kafka.apache.org/get-started
Apache Kafka
The Connector API allows building and running reusable producers or consumers that connect Kafka topics to existing applications or data systems. For example, a connector to a relational database might capture every change to a table.
Global web icon
apache.org
https://kafka.apache.org/project
Apache Kafka
Apache Kafka, Kafka, and the Kafka logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
Global web icon
apache.org
https://kafka.apache.org/blog
Apache Kafka
Notably, in Kafka 4.0, Kafka Clients and Kafka Streams require Java 11, while Kafka Brokers, Connect, and Tools, now require Java 17. This release also updates the minimum supported client and broker versions (KIP-896), and defines new baseline requirements for supported upgrade paths.
Global web icon
apache.org
https://kafka.apache.org/documentation/streams/
Apache Kafka
We use Kafka, Kafka Connect, and Kafka Streams to enable our developers to access data freely in the company. Kafka Streams powers parts of our analytics pipeline and delivers endless options to explore and operate on the data sources we have at hand.
Global web icon
apache.org
https://kafka.apache.org/24/documentation.html
Apache Kafka
In this quickstart we'll see how to run Kafka Connect with simple connectors that import data from a file to a Kafka topic and export data from a Kafka topic to a file.