Kafka Topics, Partitions and Offsets Explained

preview_player
Показать описание
Learn about Apache Kafka Topics, Partitions and Offsets and their meanings!
Get the Learn Apache Kafka for Beginners v3 course at a special price!

Don’t forget to subscribe to get more content about Apache Kafka and AWS!

I'm Stephane Maarek, a consultant and software developer, and I have a particular interest in everything related to Big Data, Cloud and API. I sat on the 2019 Program Committee organizing the Kafka Summit. I'm also an AWS Certified Solutions Architect, Developer, SysOps Administrator, and DevOps Engineer.

Follow me on social media:
Рекомендации по теме
Комментарии
Автор

That's a kind of a lecture people are usually dreaming of! I'm just getting started with Kafka and your lessons have made my day: thank you <3

megapixel
Автор

your videos are the best in explaining how kakfa works, clear and neat.

MrBdoleagle
Автор

Thanks a lot. I am thinking that I got the best Kafka materials.

satyaprakashparida
Автор

honestly this is much better than linuxacademy

aaandrade
Автор

Thanks a lot for these excellent lectures ❣

Gamer_with_knowledge
Автор

How make partition we need to create? How to calculate the proper number of it? What if I will have just 1 partition?

pawegrzesik
Автор

hi, great video. i'm trying to find a strategy to resolvé transaction for microservicios comunicated each others by Kafka. Do you think that is posible? thanks for your help.

aleman
Автор

Thank you. It was a really nice explanation.

ValmikKalathia
Автор

So as u said once it’s written at offset we can not update it that means the same data we can not update it?

roliagrawal
Автор

Where does kafka stores offsets of all partitions?

dhruvildoshi
Автор

When a consumer is to consume N records from Partition 0, 1, 2 of a topic, what does it mean? Is it reading N records from each partition? That would make it 3N records in total. Is it reading in round-robin fashion from partition 0, 1, 2, until the total read records is N?

yunlin
Автор

In your truck_gps example, you have created 10 partition and created truckId as a key. In this case the first 10 unique truck id will stored on each partition. what happen when we get the 11th truckId to which partition it will go?

padmanathanramasamy
Автор

how do I collect data from Kafka topic as batches and then use poll to send data to Redshift in intervals of time

sushmakl
Автор

How to fetch offset for particular events in the consumer??

meghanapulavarthy
Автор

can some one who is good in PPTs explain how those Message boxes are designed in power point?

Pavan-MGM-IT-Training