Kafka - page 2

kafka partition strategy
Fortunately, Kafka allows users to select a partitioning strategy by configuring a Partitioner class. The Partitioner assigns the partition for each r...
kafka increase partition count
How do I increase partition count in Kafka? How do I change the number of partitions in Kafka? How many Kafka partitions is too many? How does Kafka d...
kafka streams partitioning
Kafka Streams partitions data for processing it. In both cases, this partitioning is what enables data locality, elasticity, scalability, high perform...
apache kafka overview
Apache Kafka is a high performance, highly available, and redundant streaming message platform. Kafka functions much like a publish/subscribe messagin...
kafka rebalance partitions
What is partition rebalancing in Kafka? How do you handle Kafka rebalance? How long does Kafka rebalance take? How does Kafka decide partition? How do...
what is kafka
What is Kafka used for? What is Kafka and why it is used? What is Kafka in simple words? What is Kafka and how it works? Is Kafka difficult to learn? ...
kafka partitions
What are partitions in Kafka? How many partitions should a Kafka topic have? What is the purpose of Kafka partitions? How does Kafka partition data? H...
kafka architecture
What is Kafka architecture? What is Kafka used for? What is Kafka and why it is used? What are the components of Kafka? How does Kafka architecture wo...
how kafka works
How does it work? Applications (producers) send messages (records) to a Kafka node (broker) and said messages are processed by other applications call...
kafka protocol
Kafka uses a binary protocol over TCP. The protocol defines all APIs as request response message pairs. All messages are size delimited and are made u...
Apache Kafka Books
Should I learn Apache Kafka? Why is Apache Kafka so popular? What is Apache Kafka good for? What is the difference between Kafka and spark? How long d...
How to Install Apache Kafka on Ubuntu 18.04
How to Install Apache Kafka on Ubuntu 18.04 & 16.04 Step 1 – Install Java. Apache Kafka required Java to run. ... Step 2 – Download Apache Kafka. ...