#apache-kafka
Read more stories on Hashnode
Articles with this tag
In Apache Kafka, a cluster is a group of one or more Kafka brokers working together to serve a set of topics and provide a distributed messaging...
In Apache Kafka, a consumer is a client application that reads messages from one or more topics in a Kafka cluster. The consumer is responsible for...
In Apache Kafka, a broker is a single node in a Kafka cluster. It is a server that is responsible for handling read and writes requests from producers...
In Apache Kafka, a partition is a unit of parallelism and scaling for topics. Each topic in Kafka can be split into one or more partitions, and each...
In Apache Kafka, a topic is a category or feed name to which messages are published. A topic in Kafka is similar to a table in a database or a folder...
The Kafka architecture is a distributed, scalable, and fault-tolerant system for handling large volumes of real-time data. The architecture consists...