Top Kafka Use Cases You Should Know

Поділитися
Вставка
  • Опубліковано 29 лис 2024

КОМЕНТАРІ • 34

  • @psvishnu-ai
    @psvishnu-ai 2 місяці тому +42

    00:28 1. Log analysis
    01:18 2. Real-time machine learning pipelines
    02:28 3. Real-time system monitoring and Alerting.
    03:39 4. Change Data Capture (CDC)
    04:50 5. System Migration

  • @LGtheCat
    @LGtheCat 2 місяці тому +25

    Best youtube channel ever

  • @babuhazra-vj2hy
    @babuhazra-vj2hy Місяць тому +2

    I never knew Kafka had so many use cases! This video was really informative.

  • @SanjogDestiny
    @SanjogDestiny 2 місяці тому +15

    @ByteByteGo Please reduce down your speed of speaking and speed of video graphic animation display

  • @raminseferov2148
    @raminseferov2148 2 місяці тому +7

    Great Content, thanks a lot !

  • @Zmey5656
    @Zmey5656 2 місяці тому +1

    Do you have video on how to choose a data transfer system?

  • @RaulMercado
    @RaulMercado 2 місяці тому +8

    I have a question. When to use Kafka over equivalent Cloud Proprietary services (AWS, Azure, GCP)?

    • @trocomerlo
      @trocomerlo 2 місяці тому +4

      At scale, managing, maintaining and operating your own Kafka fleet requires expertise, staffing, comes with an operational overhead... All that has a cost... You need to compare that vs a cloud managed Kafka service, which will probably have a higher cost for the service, but probably the operational cost is lower...

    • @bitlong4669
      @bitlong4669 Місяць тому +2

      When you grow tired of paying for Bezos’ lifestyle lol.

    • @abhijit-sarkar
      @abhijit-sarkar 17 днів тому

      Host your own when you know the answer to this question.

  • @raj_kundalia
    @raj_kundalia 2 місяці тому +1

    Thank you for doing this!

  • @jcdenton1664
    @jcdenton1664 2 місяці тому +6

    What’s used to make the animations?

    • @DemPilafian
      @DemPilafian 2 місяці тому

      The animations are made with Lotus 123.

    • @ARmy2510
      @ARmy2510 2 місяці тому

      After Effects.

    • @tmd4951
      @tmd4951 2 місяці тому +2

      Same question

    • @DemPilafian
      @DemPilafian 2 місяці тому +1

      @@tmd4951 True. It's always the same boring, lazy question on each of these videos.

  • @nesnomis
    @nesnomis 2 місяці тому

    Any plans on doing a head to head on Kafka vs. Pulsar?

    • @NathanClayton
      @NathanClayton Місяць тому

      I use Pulsar extensively in my job. It's taken the place of traditional queues (think RabbitMQ/ActiveMQ) as well as Kafka. With regards to the queue functionality - it's incredibly nice to be able to replay historical data when you want to to do back testing of a new version of your processor against actual production traffic. For streaming, it's great there as well for moving logs/etc around.
      The fact that it can successfully scale to millions of topics and you can do wildcard topic subscriptions (e.g. persistent://tenant/namespace/topic.subtopic.*) means that you can create an individual topic per client and subscribe using a wildcard to capture new topics as they are added. You can also federate between brokers at either the namespace or (optionally) the topic level, so you can pick and choose what you're federating. You can also select to do either one-way or two-way federation.
      Tiered storage is one of the killer features. I love the fact that I can keep the past 30 minutes of data on the bookie, but have a month or more of data offloaded to S3 for additional review/testing if needed.
      I can't say enough good stuff about it.

  • @benisrood
    @benisrood 2 місяці тому +2

    No Event Sourcing?

    • @MoaresOliveira
      @MoaresOliveira 2 місяці тому +1

      "Top Kafka use cases..." != "All Kafka use cases"

  • @X-factor6
    @X-factor6 2 місяці тому +1

    How to make animation like this video ?

  • @swagatggautam6630
    @swagatggautam6630 Місяць тому

    Can you do an architecture diagram of LinkedIn?

  •  2 місяці тому

    I don't understand why we put Kafka between data source and target. for example, the CDC, why don't we stream data directly from source to target? or in the logging case, why don't we bypass Kafka and stream logs directly to ElasticSearch? Doesn't doing so remove the overhead caused by Kafka?

    • @comptedodoilya
      @comptedodoilya Місяць тому

      well that's what we do. Kafka is the streaming source. but has multiple benefits : as data retention ( replays history ) or smart publisher/subscriber systems. configure once then multiple consumer that use the same source

    • @chandanjha3205
      @chandanjha3205 28 днів тому +2

      Kafka also helps to decouple a producer and consumer. Kafka is fault tolerant and highly available but in a lot of cases the consumers may not be. In your case let's say a database like SQL Server. It can be down for hardware issue or maintenance or some bad workload making it unresponsive.
      With Kafka, your producer need not worry about the consumer and keep sending the data to Kafka which will store it as per the retention policy configured. When your consumer is up and healthy, it can start consuming the data.
      If Kafka was not there, messages will start piling up on producer's workers leading to crash and bad user experience.

  • @quirkyquester
    @quirkyquester 2 місяці тому

    Kafka let's gooooo

  • @abhijit-sarkar
    @abhijit-sarkar 17 днів тому +2

    Let's be clear, you're not gonna land a job at a FAANG company by watching a 5-min UA-cam video.

  • @richardsonhmm
    @richardsonhmm 2 місяці тому +1

    Good. Good.
    👍🏻
    Pt-br