I will share my thoughts and notes about my studies
What is Apache Livy? Apache Livy is an open-source REST service for managing long-running Apache Spark jobs. It allows you to submit, manage, and...
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...