Apache Kafka 101: Your First Kafka Application in 10 Minutes or Less (Hands On - 2023)

Sdílet
Vložit
  • čas přidán 16. 03. 2022
  • ► TRY THIS YOURSELF: cnfl.io/kafka-101-module-1
    Learn to create a Kafka application in just a few minutes. Practice creating your first topic and writing a message to that topic. You also learn how to leverage the Confluent Cloud CLI to produce and consume data with Kafka.
    ► For a COMPLETE IMMERSIVE HANDS-ON EXPERIENCE, go to cnfl.io/kafka-101-module-1
    - - -
    ABOUT CONFLUENT
    Confluent, founded by the creators of Apache Kafka®, enables organizations to harness the 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
    #kafka #kafkastreams #streamprocessing #apachekafka #confluent
  • Věda a technologie

Komentáře • 36

  • @sefumies
    @sefumies Před 11 dny +1

    Started in good intentions but soon fell into a confluent marketing guide. Also, I’m certain it wasn’t confluent who came up with the terms; serialization and deserialisation! 😂😂😂

  • @adityanjsg99
    @adityanjsg99 Před 4 měsíci

    Seamless like a Knife through butter!

  • @user-wt8wy5ik7l
    @user-wt8wy5ik7l Před 3 měsíci +4

    WATCH apache kafka 101: topics video before this one, they swapped them in the playlist it seems like

  • @georgelza
    @georgelza Před 2 lety

    very nice presentation style.

  • @xpectromo
    @xpectromo Před rokem +1

    new fan/subscriber here

  • @sarathkumarbarathi9331
    @sarathkumarbarathi9331 Před 4 měsíci +2

    This seems out of place in the playlist. The video talks about creating a topic even before the viewer is introduced to the concept of topic.

  • @1over137
    @1over137 Před 9 měsíci +1

    Hmmm. Having a Proxmox VE environment meant I could clone a ubuntu container, install docker-compose and have Bitnami/kakfa up and running faster than it too her to explain how to do it on their cloud.

  • @timkoch-gruenberg2899
    @timkoch-gruenberg2899 Před 5 měsíci

    Love the Tolkien reference. And the video too.

  • @saktirout5156
    @saktirout5156 Před 10 měsíci

    confluent login --save command on WSL command line brings up the browser but gets stuck. I would appreciate any help on this matter.

  • @chiragrajpurohit8523
    @chiragrajpurohit8523 Před 10 měsíci

    Hello, I have followed the doc for installing confluent through wsl but it's consumer is disconnecting and giving errors I tried all approach but nothing worked, can you guys connect and help me out.
    Confluent is up and running
    Producer is connecting but consumer is not connecting

  • @wenyushi8364
    @wenyushi8364 Před 2 lety +1

    Question: I'm a bit confused about the poem lines starting around the 4th minute of the video clip: why did you "assign" (correct me if this is not the most accurate word) the first poem line "All that is gold does not glitter" to 0 / partition 3 rather than 0 / partition 0? Since it's key is 1 - the first message. On my end, as I followed this order of producing/input "All that is gold" key 1 -> "Not all who wander" key 2 -> "Deep roots are not harmed" key3 -> "The old that is strong" key4, the partition allocation turns out to be Partition3, Partition 2, Partition1, Partition 5 correspondingly, where Partition0 and Partition 4 were left "in blank". Why so? Was the assignment totally arbitrary?

    • @JordanCricketMoore
      @JordanCricketMoore Před rokem +2

      An integer of 0 does not mean "go to partition 0". The bytes of the key are hashed using Murmur2 algorithm, then that result is modulo'd against the total number of partitions.

  • @liviu-mihaivladutu4880

    Is it possible to make a cluster from workstations/ laptops with Kafka/Hadoop/Zookeeper run different OS's (like Windoze, Linux, OSX...) ?

    • @adityanjsg99
      @adityanjsg99 Před 4 měsíci

      Yes... ! Make sure they are in same network.

  • @user-xq2xv8de5r
    @user-xq2xv8de5r Před rokem

    Hi!
    Can you help me please?
    When I run the following command: "confluent api-key create --resource lkc-pr2o1y" i get the following error:
    Error: Confluent Cloud backend error: error getting service account: Bad Request. Must contain id or email
    The way to login is through SSO
    thanks

  • @planetside11
    @planetside11 Před 2 měsíci

    Does the CLI not work on Windows? I've already get the Windows Subsystem for Linux installed, but keep getting an error with the curl command you have here.

  • @karnikamit
    @karnikamit Před rokem

    Error: topic "music" does not exist or your api key does not have the ACLs required to describe it
    How to add ACLs to describe the topic?

  • @AP-eh6gr
    @AP-eh6gr Před 2 měsíci

    damn good. what should be done in case your ingress exceeds 100MB/s?

  • @pratikgangraj4961
    @pratikgangraj4961 Před 10 měsíci

    Error: failed to obtain topics from client: API key may not be provisioned yet
    please help..

  • @aamirshekh934
    @aamirshekh934 Před 2 měsíci

    4:08 this page isn't displayed. There's no option "jump to offset".

  • @Leo-ug5be
    @Leo-ug5be Před 2 lety +1

    I created the topic with the error 'Authorization failed'...

  • @thaibuixuan8807
    @thaibuixuan8807 Před 2 lety +1

    Error when try to consume or produce message: Error: failed to obtain topics from client: API key may not be provisioned yet

  • @prashantmishra1253
    @prashantmishra1253 Před rokem +1

    The produce command is not giving any output. i am using below command where poems is my topic.
    confluent Kafka topic produce poems --parse-key

  • @smritigupta1468
    @smritigupta1468 Před 4 měsíci

    But now while creating the account they ask for card details, I am afraid to create one account, that later I didn't see, and they start charging somehow..

    • @ConfluentDevXTeam
      @ConfluentDevXTeam Před 4 měsíci

      Gilles here from Confluent. This is optional. You don't have to add your payment card and you can just press the 'Skip" button instead of clicking on the "Continue" button.

  • @MudduKrishnaMallipeddi

    getting error "Error: failed to obtain topics from client: API key may not be provisioned yet"

    • @MudduKrishnaMallipeddi
      @MudduKrishnaMallipeddi Před rokem

      Got the above error because I am using VPN. After disconnecting it, it worked.

    • @pratikgangraj4961
      @pratikgangraj4961 Před 10 měsíci

      @@MudduKrishnaMallipeddi i ma not using any vpn but still got the same error whats the problem

  • @dan0pdx
    @dan0pdx Před rokem

    I realize that the confluent cloud is easy, but I really don't want to give them my credit card. I hope the talk about installation later...

  • @hokainc
    @hokainc Před rokem +6

    Deflation... KAFKA101 gave me $25...

  • @johnblake796
    @johnblake796 Před 4 měsíci

    This is so Kafka-esque 🪰