
What is Apache Kafka?
What is Apache Kafka? Apache Kafka is a distributed data streaming platform that
For the best experience in this learning path, we suggest that you complete the following learning resources in the order shown. When you click on a resource, it will open in a new tab. Keep this page open so you can easily move on to the next resource!
What is Apache Kafka? Apache Kafka is a distributed data streaming platform that
What are topics? A topic is a collection of messages that you want to group
What are partitions? A partition contains a subset of the messages written to a
What are messages? A message or record is a key/value pair with data for the
What are producers? Producers publish messages to a topic, which appends each
What are consumers? Each message published to a topic is delivered to a consumer
Kafka ecosystem The brokers and API are not the only tools offered to developers