Kafka Broker Explained

preview_player
Показать описание
Hey guys,
We will be looking into Kafka Broker in this Video.

We will be covering following topics.
What is Kafka Broker?
How it fits in Kafka Ecosystem.
How other systems interact with it.
Broker in Kafka Cluster.

These are the points which we have discussed in this video.
Kafka brokers is software which host kafka topics.
Topics reside on the brokers
Producers are processes that push records into Kafka topics within the broker
Consumer pulls records off a Kafka topic
Possible to run single Kafka Broker
Cluster helps in replication and load sharing.
Kafka cluster consists of one or more servers (Kafka brokers) running Kafka
Zookeeper using for coordination and partition leader selection.

#Kafka #KafkaBrokers #KafkaTutorials #KafkaBrokerInternals
Рекомендации по теме
Комментарии
Автор

You have very good style of explaining things in a simple way, this does help viewers to understand concepts well. Can you make some videos on k8s to help understand what problems it solve? difference between docker and k8s? Do we need to have both?

veerendrashukla