filmov
tv
Kafka Consumer Explained.
Показать описание
We will be covering Kafka consumer in this video.
Topics to be discussed.
What are kafka Consumers?
How they work?
How parallelisation is achieved?
Points to be discussed
The consumer subscribes to topics.
Poll loop get data from partitions.
Deserialise the message.
Process the message.
Multiple consumers can subscribe to single topic.
If consumers are more than partitions of topic then some may sit idle.
Reads the messages in the order in which they were produced
Consumer keep track of read messages using offsets.
Read message offset from __consumer_offsets topic
Topics to be discussed.
What are kafka Consumers?
How they work?
How parallelisation is achieved?
Points to be discussed
The consumer subscribes to topics.
Poll loop get data from partitions.
Deserialise the message.
Process the message.
Multiple consumers can subscribe to single topic.
If consumers are more than partitions of topic then some may sit idle.
Reads the messages in the order in which they were produced
Consumer keep track of read messages using offsets.
Read message offset from __consumer_offsets topic
Kafka Consumer and Consumer Groups Explained
Apache Kafka 101: Consumers (2023)
What is a Kafka Consumer and How does it work?
Apache Kafka in 6 minutes
Kafka in 100 Seconds
Apache Kafka® Consumers and Consumer Group Protocol
Apache Kafka 101: Partitioning (2023)
Kafka Consumer Group is a Brilliant Design Choice and We should Discuss it
Kafka Consumer Groups Explained | Apache Kafka® On The Go
Kafka Tutorial - Consumer Groups
Consumer vs Consumer group | Apache Kafka Tutorial
Topics, Partitions and Offsets: Apache Kafka Tutorial #2
What is Kafka?
Kafka Consumer Explained.
Java Kafka Consumer & Consumer Group Explained: Beginner's Guide | Java Kafka Consumer Code
Kafka Consumer Groups Explained
What is Kafka and How does it work?
Apache Kafka Architecture
How do Kafka Consumer Groups and Consumer Offsets work in Apache Kafka?
Kafka Consumer Offsets Explained
Kafka Consumer | Creating Kafka Consumer in Java| Kafka Consume Process and Produce pipeline
Introduction to Consumer Group IDs | Apache Kafka® Explained
Apache Kafka 101: Consumers (Hands On - 2023)
3. Apache Kafka Fundamentals | Apache Kafka Fundamentals
Комментарии