Apache Kafka Architecture

SdĂ­let
VloĆŸit
  • čas pƙidĂĄn 6. 06. 2024
  • 🔮 - 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
  • Věda a technologie

Komentáƙe • 33

  • @AntonPutra
    @AntonPutra  Pƙed 3 měsĂ­ci +3

    🔮 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com

  • @ravipanchal2259
    @ravipanchal2259 Pƙed měsĂ­cem +3

    Your content is awesome. Hats off to your visualization and explanation .

  • @GabrielPozo
    @GabrielPozo Pƙed 3 měsĂ­ci +3

    Thanks for this high-quality explanation!!!

    • @AntonPutra
      @AntonPutra  Pƙed 3 měsĂ­ci +1

      thanks trying to improve

  • @user-vl4sg2vj8b
    @user-vl4sg2vj8b Pƙed 13 dny +1

    best primer on Kafka. kudos

  • @agun21st
    @agun21st Pƙed 3 měsĂ­ci +1

    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!

  • @pieter5466
    @pieter5466 Pƙed 2 měsĂ­ci +1

    Great Kafka video, very clear and great diagrams.

  • @dmitriydiachenko5648
    @dmitriydiachenko5648 Pƙed 3 měsĂ­ci

    perfect explanation, ty

  • @csmithDevCove
    @csmithDevCove Pƙed 3 měsĂ­ci +2

    this guy ^ always bringing useful information. Well done @AntonPutra.

  • @drivetrainerYT
    @drivetrainerYT Pƙed měsĂ­cem +1

    Can't help subscribing ;) thanks!

  • @boyanbalev4428
    @boyanbalev4428 Pƙed 3 měsĂ­ci +2

    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  Pƙed 3 měsĂ­ci

      thanks, of course it does

  • @zacclifton5479
    @zacclifton5479 Pƙed 3 měsĂ­ci +3

    Well done! I would recommend doing Pulsar next

    • @AntonPutra
      @AntonPutra  Pƙed 3 měsĂ­ci +1

      thanks! i'll take a look

  • @blender_wiki
    @blender_wiki Pƙed 3 měsĂ­ci

    How you menage message locking in Kafka in case of a consumer task is time consuming?

  • @shokhrukhbekyursunjonov6203
    @shokhrukhbekyursunjonov6203 Pƙed 20 dny +1

    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  Pƙed 20 dny

      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 Pƙed 20 dny

      @@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  Pƙed 20 dny +1

      @@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.

  • @RD-fb6ei
    @RD-fb6ei Pƙed 3 měsĂ­ci

    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  Pƙed 3 měsĂ­ci

      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 Pƙed 3 měsĂ­ci

      @RD-fb6ei However in those applications when you scale the consumers, I believe you lose the guarantee of events arriving in order.

  • @suvajitchakrabarty
    @suvajitchakrabarty Pƙed 3 měsĂ­ci +1

    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  Pƙed 3 měsĂ­ci +1

      yeah, copy paste mistake :) it should be 6, 7, 8

    • @suvajitchakrabarty
      @suvajitchakrabarty Pƙed 3 měsĂ­ci

      Thanks for the clarification@@AntonPutra

  • @rahulsingh-iq4gd
    @rahulsingh-iq4gd Pƙed 3 měsĂ­ci +2

    Hello sir can you make video on kubernetes helm chart please