4. How Kafka Works | Apache Kafka Fundamentals

  Переглядів 181,693

Confluent

Confluent

День тому

cnfl.io/apache-kafka-101-lear... | In this video we’ll teach you how Kafka works through code overview for a basic producer and consumer; high availability through replication; data retention policies; producer design and guarantees; delivery guarantees; partition strategies; consumer group rebalances; compacted topics; troubleshooting strategies; and a security overview.
After you’ve watched the video, you can take a quick quiz to check what you’ve learned and get immediate feedback here: forms.gle/exmv2J6Y2nXFTN8K8
As always you can visit us here: cnfl.io/kafka-training-certif...
LEARN MORE
► Apache Kafka 101 course: cnfl.io/apache-kafka-fundamen...
► Learn about Apache Kafka on Confluent Developer: cnfl.io/confluent-developer-t...
ABOUT CONFLUENT
Confluent, founded by the creators of Apache Kafka®, enables organizations to harness business value of live data. The Confluent Platform manages the barrage of stream data and makes it available throughout an organization. It provides various industries, from retail, logistics and manufacturing, to financial services and online social networking, a scalable, unified, real-time data pipeline that enables applications ranging from large volume data integration to big data analysis with Hadoop to real-time stream processing. To learn more, please visit confluent.io
#apachekafka #kafka #confluent

КОМЕНТАРІ: 49
@minakshiloomba
@minakshiloomba 3 роки тому
You are an AMAZING teacher and a presenter.
@azizthanawala4434
@azizthanawala4434 Рік тому
This was honestly, the best explanation of any technology I've seen on the Internet! Thanks Confluent.
@edwardgr1698
@edwardgr1698 Рік тому
Don't do this often, but I got to do it here - my complements to the author's great narration/delivery skills.
@vnaydionov
@vnaydionov 2 роки тому
Thanks for a great explanation. This video has definitely answered some of the questions that I had.
@solomonfekaduhailu
@solomonfekaduhailu 3 роки тому
Great presentation and clear information. Thank you
@twistedlog24
@twistedlog24 3 роки тому
wow, this was a great presentation.
@mujkocka
@mujkocka 11 місяців тому
This video answered so many questions I had about Kafka. Awesome!
@JohnDoe-ji1zv
@JohnDoe-ji1zv Рік тому
Fantastic talk, thanks for sharing this with us 👍🏻
@piotrka2842
@piotrka2842 3 роки тому
Thanks, Tim, great vid!
@gabrielgian6207
@gabrielgian6207 8 днів тому
This dude rules, honestly
@EliasDeveloper
@EliasDeveloper 2 роки тому
That was awesome! Thank you so much!!
@varunmeta
@varunmeta 3 роки тому
Beautiful! If nothing else, I'll build a complex piece of architecture, only so "The slide looks easy". :) Jokes aside, this is really helpful. Thanks a ton for putting this together.
@kalyanchakravaty8445
@kalyanchakravaty8445 2 роки тому
Great tutorials, thank you sir
@mahmoudhasan6788
@mahmoudhasan6788 2 роки тому
This is unbelievably good !! 😍
@satishkhode26
@satishkhode26 3 роки тому
Could you please list the documentation sites from confluent web pages in the description as well?
@massyz2968
@massyz2968 3 роки тому
Thanks for the very interesting presentation! Just enough to start with Kafka! Are the slides shared publicly? Any link please?
@fixxer47
@fixxer47 2 роки тому
Great fundamentals series. I am a network guy moving up to the application layers working with banking eservices and Kafka will be one of the carriage horses in my new team, so I needed this overview. I am glad I found this clear and to the point explanation.
@SuperDpaver
@SuperDpaver 7 місяців тому
U 0:07 😊😂❤😂😂😂😂❤😂😂😂😂😮😂😢😂😂😂
@SuperDpaver
@SuperDpaver 7 місяців тому
U 0:07 😊😂❤😂😂😂😂❤😂😂😂😂😮😂😢😂😂😂
@kirubelasfaw136
@kirubelasfaw136 2 роки тому
wow Simply Brilliant !
@YuliDias-tv5ih
@YuliDias-tv5ih Рік тому
Amazing.
@sylwiawojda7685
@sylwiawojda7685 Рік тому
great talk
@crajeshwnp
@crajeshwnp 3 роки тому
Can we get the links provided at 26:25? cannot click, or copy those links
@suavespade1608
@suavespade1608 3 місяці тому
Hi there! 11:13 Why does topic A and Topic B are inside the producer? I guess, they are on the broker side. The video is awesome! I can easily understand the material!
@giangnamk
@giangnamk 2 роки тому
Does it make sense to consume a compacted log? It’s not event driven anymore, more like snapshots
@Chosante
@Chosante 2 роки тому
Thanks for the presentation, i'm starting to learn Kafka, but i have a question about compacted log: How, based on timestamp, the brokers know exactly what is the last value for the key when you talked about compacted log ? If there are multiple brokers on multiple datacenters how the clock synchronization between these brokers is done to avoid a more recent event to be override by a old one ?
@mohanvoleti
@mohanvoleti 3 роки тому
Super
@Bhuv-
@Bhuv- Рік тому
I see a lot of dad-jokes on this one. Learnt a few for my child.
@Greatfulone
@Greatfulone 2 роки тому
Hello. Can we have the slides please?
@sapientum8
@sapientum8 2 роки тому
Since the segments are continually removed from the head of the partition queue, how does the Kafka maintain the correct index offset after a segment expires ? Here is what I mean: as the segment with 0 offset expires, do the other segments get to keep their indexes, or the segment 1 will become the new head segment with offset 0 ?
@pk062
@pk062 Рік тому
Using zookeeper
@varungupta6596
@varungupta6596 2 роки тому
Consumer Application is POLLING. What is this Polling actually? Connection to Kafka Server, its Client Server Connection? Polling connection thread ever gets expired? Its kind of PULL events/messages? Please suggest. Thank You.
@MrRomanvideo
@MrRomanvideo 5 місяців тому
So if we alwas write to and read from LEADER partition why you sai in a previous video that partitioning is a way how scaling worka in Kafka. Its not about scaling, but about durability. In orther words partitioning does not give us increased performance of message number which might be processed per second. Right?
@wizzard211
@wizzard211 2 роки тому
Congratulations folks: if you’re watching this video than you’re ready to transit to the Senior Engineer level
@enuo4373
@enuo4373 3 місяці тому
But actually new grads who can’t find a job ;(
@vicentecoopman97
@vicentecoopman97 2 роки тому
11:00 bro I if everything was fine, I wouldn't be here. Great explanation tho!
@zhaobryan4441
@zhaobryan4441 2 роки тому
could we have a link for sharing slide???
@qm3ster
@qm3ster 2 роки тому
Yeah, but I want exactly-once delivery from a Kafka consumer to an external API :v
@LukasZapletal
@LukasZapletal 2 роки тому
“Is the disc on fire?!” :)
@andreyli8634
@andreyli8634 3 роки тому
Set the speed to 0.75
@a.j.ltargaryen5995
@a.j.ltargaryen5995 3 роки тому
8:42, when a broker dies and a new partition elected as the leader, how can we guarantee that no data is lost? Those messages sent to the dead broker but not replicated to its followers yet, are lost, aren't they?
@dr0bert
@dr0bert 2 роки тому
Depends on your ack settings, if NONE or LEADER yes, possible data loss, but if ALL, followers already have a copy.
@michaelpacheco7421
@michaelpacheco7421 2 роки тому
Talking about GDPR... if a customer asks me to wipe it's data out, how would I deleted events originated by this user once Kafka's logs are immutable? 🤔
@TimothyRourke
@TimothyRourke 2 роки тому
Just spitballing, encrypt all user messages with a cryptographic hash function. Retain the key for that user's hash for the lifetime of their account. Use that key to decrypt that user's messages when consuming them. Then throw the key away when and if they ask to be forgotten or delete their account. Messages can then stay in the log but are no longer readable by anyone because the key is gone. Don't listen to me, literally never solved this problem before, but I imagine others have worked around log immutability without the cost of, well, mutating a log. I bet there are open source libraries or blog posts out there that have some better solutions baked in already.
@user-dz4rj5mo6t
@user-dz4rj5mo6t 5 місяців тому
Compacted Topics are more subjective
@debasishraychawdhuri
@debasishraychawdhuri 3 роки тому
how come it has only 258 likes?
@yasyas2255
@yasyas2255 2 місяці тому
This course would be so much better if the speaker would not change tone, volume, and speed of his voice so frequently.
3. Apache Kafka Fundamentals | Apache Kafka Fundamentals
24:14
Confluent
Переглядів 431 тис.
"Поховали поруч": у Луцьку попрощались із ДВОМА Героями 🕯🥀 #герої #втрати
00:15
Телеканал Конкурент TV - новини Луцька та Волині
Переглядів 97 тис.
Common Apache Kafka Mistakes to Avoid
1:09:44
Confluent
Переглядів 11 тис.
System Design: Why is Kafka fast?
5:02
ByteByteGo
Переглядів 1 млн
Event-Driven Architecture (EDA) vs Request/Response (RR)
12:00
Confluent
Переглядів 33 тис.
Kafka Tutorial - Core Concepts
13:04
Learning Journal
Переглядів 905 тис.
What is Apache Kafka®?
11:42
Confluent
Переглядів 329 тис.
What is Kafka?
9:17
IBM Technology
Переглядів 431 тис.
Should You Still Learn To Code In 2024?
15:12
Tina Huang
Переглядів 58 тис.
СЛОМАЛСЯ ПК ЗА 2000$🤬
0:59
Корнеич
Переглядів 1,5 млн
🤯Самая КРУТАЯ Функция #shorts
0:58
YOLODROID
Переглядів 1,7 млн
План хакера 🤯 #shorts #фильмы
0:59
BruuHub
Переглядів 984 тис.
Changing Replace And Edit Backgrounds New Tech || Photo Eedit NEW3X
0:50
План хакера 🤯 #shorts #фильмы
0:59
BruuHub
Переглядів 984 тис.