Apache Kafka Architecture

  Рет қаралды 38,586

Anton Putra

Anton Putra

Күн бұрын

Пікірлер: 51
@AntonPutra
@AntonPutra 9 ай бұрын
🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com
@boyanbalev4428
@boyanbalev4428 9 ай бұрын
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 9 ай бұрын
thanks, of course it does
@agun21st
@agun21st 9 ай бұрын
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 9 ай бұрын
thanks!
@GabrielPozo
@GabrielPozo 9 ай бұрын
Thanks for this high-quality explanation!!!
@AntonPutra
@AntonPutra 9 ай бұрын
thanks trying to improve
@ravipanchal2259
@ravipanchal2259 6 ай бұрын
Your content is awesome. Hats off to your visualization and explanation .
@AntonPutra
@AntonPutra 6 ай бұрын
@pieter5466
@pieter5466 7 ай бұрын
Great Kafka video, very clear and great diagrams.
@AntonPutra
@AntonPutra 7 ай бұрын
Thanks!
@VarunM-f8g
@VarunM-f8g 5 ай бұрын
best primer on Kafka. kudos
@AntonPutra
@AntonPutra 5 ай бұрын
thanks!
@pradeep_kumar_ind
@pradeep_kumar_ind 4 ай бұрын
Awesome! I love these videos. They are so simple to understand. Thanks.
@AntonPutra
@AntonPutra 4 ай бұрын
thank you!
@soufiane22v
@soufiane22v 23 күн бұрын
Great video sir ! is it possible to create a video for deploying production-ready kafka clusters on k8s ?
@zacclifton5479
@zacclifton5479 9 ай бұрын
Well done! I would recommend doing Pulsar next
@AntonPutra
@AntonPutra 9 ай бұрын
thanks! i'll take a look
@pabloqp7929
@pabloqp7929 17 күн бұрын
High quality thank you!!
@AntonPutra
@AntonPutra 17 күн бұрын
thank you!
@csmithDevCove
@csmithDevCove 9 ай бұрын
this guy ^ always bringing useful information. Well done @AntonPutra.
@AntonPutra
@AntonPutra 9 ай бұрын
thank you!
@aymenfayadhi3694
@aymenfayadhi3694 4 ай бұрын
Thank you. This was actually helpful :)
@AntonPutra
@AntonPutra 4 ай бұрын
welcome!
@dimadiachenko1
@dimadiachenko1 8 ай бұрын
perfect explanation, ty
@InvincibleMan99
@InvincibleMan99 3 ай бұрын
Hello brother Great explanation Recently in interview, i was asked what is the data structure that is used in kafka..
@AntonPutra
@AntonPutra 3 ай бұрын
key/value :) for the value you can use RPC, avro, json etc.. Many companies use protocol buffers to reduce the size of the payload - grpc.io/docs/what-is-grpc/core-concepts/#service-definition
@InvincibleMan99
@InvincibleMan99 3 ай бұрын
@@AntonPutra Got it thank you. Yeah so message data structure is key value. But as kafka is a queue, it maintains a log file in append mode on each broker, as you have covered. So it also has query data structure.
@drivetrainerYT
@drivetrainerYT 6 ай бұрын
Can't help subscribing ;) thanks!
@AntonPutra
@AntonPutra 6 ай бұрын
🙏
@SomjitNag
@SomjitNag 24 күн бұрын
10:13 Kafka should work just as well with HDD, as it's writes are sequential, which is fast in HDD. If kafka needs SSD for fast performance, it will become very expensive to retain data in kafka for long periods, which is a feature kafka offers.
@AntonPutra
@AntonPutra 23 күн бұрын
I doubt that it will perform well with an HDD, but I may test it someday
@shokhrukhbekyursunjonov6203
@shokhrukhbekyursunjonov6203 6 ай бұрын
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 6 ай бұрын
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 6 ай бұрын
@@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 6 ай бұрын
@@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.
@suvajitchakrabarty
@suvajitchakrabarty 9 ай бұрын
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 9 ай бұрын
yeah, copy paste mistake :) it should be 6, 7, 8
@suvajitchakrabarty
@suvajitchakrabarty 9 ай бұрын
Thanks for the clarification@@AntonPutra
@rahulsingh-iq4gd
@rahulsingh-iq4gd 9 ай бұрын
Hello sir can you make video on kubernetes helm chart please
@AntonPutra
@AntonPutra 9 ай бұрын
ok
@blender_wiki
@blender_wiki 9 ай бұрын
How you menage message locking in Kafka in case of a consumer task is time consuming?
@RD-fb6ei
@RD-fb6ei 9 ай бұрын
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 9 ай бұрын
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 9 ай бұрын
@RD-fb6ei However in those applications when you scale the consumers, I believe you lose the guarantee of events arriving in order.
@rajun9208
@rajun9208 3 ай бұрын
Which tools you are using for making this animation?
@AntonPutra
@AntonPutra 3 ай бұрын
adobe
@rajun9208
@rajun9208 3 ай бұрын
@@AntonPutra thank you for the quick response. Could you please tell me full name of the software
@AntonPutra
@AntonPutra 3 ай бұрын
@@rajun9208 adobe suite, multiple apps illustrator, after effect, premiere pro etc
@yenonn
@yenonn 12 күн бұрын
typo of partitions
Topics, Partitions and Offsets:  Apache Kafka Tutorial #2
6:41
Anton Putra
Рет қаралды 26 М.
3. Apache Kafka Fundamentals | Apache Kafka Fundamentals
24:14
Confluent
Рет қаралды 486 М.
HELP!!!
00:46
Natan por Aí
Рет қаралды 75 МЛН
За кого болели?😂
00:18
МЯТНАЯ ФАНТА
Рет қаралды 2,9 МЛН
What is Kafka and How does it work?
15:04
Hussein Nasser
Рет қаралды 146 М.
Top Kafka Use Cases You Should Know
5:56
ByteByteGo
Рет қаралды 68 М.
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 323 М.
When to Use Kafka or RabbitMQ | System Design
8:16
Interview Pen
Рет қаралды 129 М.
Apache Kafka in 6 minutes:  Apache Kafka Tutorial #1
6:34
Anton Putra
Рет қаралды 38 М.
Про Kafka (основы)
49:23
Владимир Богдановский
Рет қаралды 412 М.
Event-Driven Architecture (EDA) vs Request/Response (RR)
12:00
Confluent
Рет қаралды 170 М.
Apache Kafka in 6 minutes
6:48
James Cutajar
Рет қаралды 1 МЛН
Kafka - Exactly once semantics with Matthias J. Sax
1:25:58
The Geek Narrator
Рет қаралды 4,9 М.
HELP!!!
00:46
Natan por Aí
Рет қаралды 75 МЛН