Kafka

Apache Kafka Partitioning
What is a partition in Apache Kafka? What are Kafka partitions used for? How does Kafka decide partition? How many Kafka partitions do I need? Why Apa...
How to Install Apache Kafka on Ubuntu 20.04
How do I download Apache Kafka on Ubuntu? Can Kafka run on Ubuntu? How install Kafka Linux? How do I know if Kafka is installed on Ubuntu? How do I st...
Apache Kafka Tutorial
What is Apache Kafka used for? What is Apache Kafka for Beginners? Why is Apache Kafka so popular? Is learning Kafka difficult? Does Netflix use Kafka...
RabbitMQ vs Apache Kafka
RabbitMQ uses a distinct, bounded data flow. Messages are created and sent by the producer and received by the consumer. Apache Kafka uses an unbounde...
How to Install Apache Kafka on Debian 10/9
How to Install Apache Kafka on Debian 10/9 Step 1 – Install Java. Apache Kafka required Java to run. ... Step 2 – Download Apache Kafka. Download the ...
How to Setup Partitioning in Apache Kafka
How do I create a Kafka partition? What is Kafka partitioning? How does Kafka choose partition key? Can I add a partition to an existing Kafka topic? ...
What is Apache Kafka and how does it work?
Apache Kafka is a publish-subscribe based durable messaging system. A messaging system sends messages between processes, applications, and servers. .....
Install Apache Kafka on Ubuntu
How to Install Kafka on Ubuntu 16.04 Step 1 Install Java. Step 2 Install Zookeeper. Step 3 Create a service user for Kafka. Step 4 Installing Kafka. S...
Monitor Apache Kafka with Prometheus and Grafana
How do I monitor Kafka with Grafana? How do I monitor Kafka with Prometheus? Can Prometheus read from Kafka? What can I monitor with Kafka? What is Gr...
Getting started with Apache Kafka and Python
Getting started with Apache Kafka and Python pip3 install kafka-python. This will be a quick installation on the terminal ... from kafka import KafkaP...
kafka partitions count
For most implementations you want to follow the rule of thumb of 10 partitions per topic, and 10,000 partitions per Kafka cluster. Going beyond that a...
kafka topic size
What is topic size in Kafka? How do you determine the size of a Kafka topic? How do I increase Kafka topic size? How many Kafka topics is too many? Wh...