Apache Kafka Architecture

  Рет қаралды 13,490

Anton Putra

Anton Putra

Күн бұрын

🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com
▬▬▬▬▬ Experience & Location 💼 ▬▬▬▬▬
► I’m a Senior Software Engineer at Juniper Networks (12+ years of experience)
► Located in San Francisco Bay Area, CA (US citizen)
▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
► LinkedIn: / anton-putra
► Twitter/X: / antonvputra
► GitHub: github.com/antonputra
► Email: me@antonputra.com
▬▬▬▬▬▬ Related videos 👨‍🏫 ▬▬▬▬▬▬
👉 [Playlist] Kubernetes Tutorials: • Kubernetes Tutorials
👉 [Playlist] Terraform Tutorials: • Terraform Tutorials fo...
👉 [Playlist] Network Tutorials: • Network Tutorials
👉 [Playlist] Apache Kafka Tutorials: • Apache Kafka Tutorials
👉 [Playlist] Performance Benchmarks: • Performance Benchmarks
👉 [Playlist] Database Tutorials: • Database Tutorials
▬▬▬▬▬▬▬ Timestamps ⏰ ▬▬▬▬▬▬▬
0:00 Intro
0:40 Apache Kafka Event (Message)
2:56 Apache Kafka Topic
4:22 Apache Kafka Partitions
6:52 Apache Kafka Producers
7:48 Apache Kafka Consumers
8:38 Apache Kafka Cluster Architecture
9:38 Apache Kafka Broker
10:23 Apache Kafka Controller
▬▬▬▬▬▬▬ Source Code 📚 ▬▬▬▬▬▬▬
► GitHub: github.com/antonputra/tutoria...
#kafka #kubernetes #devops

Пікірлер: 33
@AntonPutra
@AntonPutra 3 ай бұрын
🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com
@user-vl4sg2vj8b
@user-vl4sg2vj8b 7 күн бұрын
best primer on Kafka. kudos
@AntonPutra
@AntonPutra 7 күн бұрын
thanks!
@ravipanchal2259
@ravipanchal2259 Ай бұрын
Your content is awesome. Hats off to your visualization and explanation .
@AntonPutra
@AntonPutra Ай бұрын
@GabrielPozo
@GabrielPozo 3 ай бұрын
Thanks for this high-quality explanation!!!
@AntonPutra
@AntonPutra 3 ай бұрын
thanks trying to improve
@agun21st
@agun21st 3 ай бұрын
Wow, Anton sir, this breakdown of Apache Kafka's architecture is incredibly insightful! Understanding how topics, partitions, and brokers work together is key to leveraging Kafka effectively in real-world applications. Thanks for this great overview!
@AntonPutra
@AntonPutra 3 ай бұрын
thanks!
@pieter5466
@pieter5466 2 ай бұрын
Great Kafka video, very clear and great diagrams.
@AntonPutra
@AntonPutra 2 ай бұрын
Thanks!
@boyanbalev4428
@boyanbalev4428 3 ай бұрын
One unorthodox questions do you think creating those videos help you getting deeper understanding of these technologies. I write articles and I found that it actually benefits as much me as helping others. Great work.
@AntonPutra
@AntonPutra 3 ай бұрын
thanks, of course it does
@zacclifton5479
@zacclifton5479 3 ай бұрын
Well done! I would recommend doing Pulsar next
@AntonPutra
@AntonPutra 3 ай бұрын
thanks! i'll take a look
@dmitriydiachenko5648
@dmitriydiachenko5648 2 ай бұрын
perfect explanation, ty
@csmithDevCove
@csmithDevCove 3 ай бұрын
this guy ^ always bringing useful information. Well done @AntonPutra.
@AntonPutra
@AntonPutra 3 ай бұрын
thank you!
@drivetrainerYT
@drivetrainerYT Ай бұрын
Can't help subscribing ;) thanks!
@AntonPutra
@AntonPutra Ай бұрын
🙏
@shokhrukhbekyursunjonov6203
@shokhrukhbekyursunjonov6203 14 күн бұрын
Good day Anton, thank you so much for user-friendly content! Could you please make a tutorial video on properly deploying secure (SASL/SCRAM) Confluent based full Fafka stack (2024 edition)? For several weeks I am attempting to deploy full kafka stack (zoo+kafka+schema-registry+kafka-connect+rest-proxy+ksqldb+conduktor-console) using SASL/SCRAM_SHA_256 method, but having errors in additional components such as registry, proxy connect and ksqldb during SASL SCRAM authorization... (docker compose solution). I am sure it would be really helpful to the kafka devops community here... Sincerely, Shokhrukh Yursunjonov
@AntonPutra
@AntonPutra 14 күн бұрын
Sure, I can do it. A couple of questions: Is it Kubernetes-based? Also, why not use Kafka without ZooKeeper (KRaft)? Do you have any legacy applications that require ZooKeeper?
@shokhrukhbekyursunjonov6203
@shokhrukhbekyursunjonov6203 14 күн бұрын
@@AntonPutra it is docker stack based (cause I am given one server to deploy kafka and I am writing compose file to deploy all in one server). Ah, I almost forgot about KRaft, good idea, I might try to use this mode, I heard that it is more intelligent and faster! According to my info (what devs said to me) apps are not legacy (mostly .net containerized apps), thus I can try using single/double broker KRaft mode, thank you. But I am afraid to have the same issues configurning SASL/SCRAM auth in it
@AntonPutra
@AntonPutra 14 күн бұрын
@@shokhrukhbekyursunjonov6203 yes it's faster since kafka does not need to keep offsets in zookeeper and it's scales better without zk. I'll get to it maybe after EKS playlist will see.
@blender_wiki
@blender_wiki 3 ай бұрын
How you menage message locking in Kafka in case of a consumer task is time consuming?
@suvajitchakrabarty
@suvajitchakrabarty 3 ай бұрын
In 4:55 should the partition in kafka broker 3 be partition 6, 7, 8 instead of 3, 4, 5, since you mentioned a partition always belongs to one broker.
@AntonPutra
@AntonPutra 3 ай бұрын
yeah, copy paste mistake :) it should be 6, 7, 8
@suvajitchakrabarty
@suvajitchakrabarty 3 ай бұрын
Thanks for the clarification@@AntonPutra
@rahulsingh-iq4gd
@rahulsingh-iq4gd 3 ай бұрын
Hello sir can you make video on kubernetes helm chart please
@AntonPutra
@AntonPutra 3 ай бұрын
ok
@RD-fb6ei
@RD-fb6ei 3 ай бұрын
So the upper bound on the number of consumers for a topic is the number of partitions? That’s quite limiting compared to something like Apache Pulsar or NATS Jetstream where you can horizontally scale the consumers as much as you want without worrying about the partitioning scheme of the server.
@AntonPutra
@AntonPutra 3 ай бұрын
No, you can have as many consumers as you want, not limited by partitions. Depends on your app, in some cases, to scale you need to increase both partitions and consumers.
@suvajitchakrabarty
@suvajitchakrabarty 3 ай бұрын
@RD-fb6ei However in those applications when you scale the consumers, I believe you lose the guarantee of events arriving in order.
3. Apache Kafka Fundamentals | Apache Kafka Fundamentals
24:14
Confluent
Рет қаралды 440 М.
Тяжелые будни жены
00:46
К-Media
Рет қаралды 5 МЛН
it takes two to tango 💃🏻🕺🏻
00:18
Zach King
Рет қаралды 29 МЛН
ELE QUEBROU A TAÇA DE FUTEBOL
00:45
Matheus Kriwat
Рет қаралды 20 МЛН
Apache Kafka Explained (Comprehensive Overview)
19:17
Finematics
Рет қаралды 207 М.
Apache Kafka Crash Course | What is Kafka?
1:17:04
Piyush Garg
Рет қаралды 368 М.
What is Kafka and How does it work?
15:04
Hussein Nasser
Рет қаралды 138 М.
Event-Driven Architecture (EDA) vs Request/Response (RR)
12:00
What is Apache Kafka®?
11:42
Confluent
Рет қаралды 335 М.
Apache Kafka Crash Course
1:18:06
Hussein Nasser
Рет қаралды 411 М.
Kubernetes Architecture
9:41
Anton Putra
Рет қаралды 13 М.
Топ-3 суперкрутых ПК из CompShop
1:00
CompShop Shorts
Рет қаралды 288 М.
Huawei который почти как iPhone
0:53
Romancev768
Рет қаралды 537 М.
cool watercooled mobile phone radiator #tech #cooler #ytfeed
0:14
Stark Edition
Рет қаралды 7 МЛН
Xiaomi Note 13 Pro по безумной цене в России
0:43
Простые Технологии
Рет қаралды 1,9 МЛН