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

  Рет қаралды 89,038

Confluent

Confluent

2 жыл бұрын

► 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

Пікірлер: 39
@sefumies
@sefumies 2 ай бұрын
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! 😂😂😂
@andym1343
@andym1343 8 сағат бұрын
I really appreciate the quality and intention of what Confluent are doing with these, but the videos are a little dated in that Confluent's interface has changed markedly enough that it gets a little tough to follow along
@user-wt8wy5ik7l
@user-wt8wy5ik7l 5 ай бұрын
WATCH apache kafka 101: topics video before this one, they swapped them in the playlist it seems like
@adityanjsg99
@adityanjsg99 5 ай бұрын
Seamless like a Knife through butter!
@georgelza
@georgelza 2 жыл бұрын
very nice presentation style.
@xpectromo
@xpectromo Жыл бұрын
new fan/subscriber here
@1over137
@1over137 11 ай бұрын
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.
@chiragrajpurohit8523
@chiragrajpurohit8523 Жыл бұрын
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
@saktirout5156
@saktirout5156 Жыл бұрын
confluent login --save command on WSL command line brings up the browser but gets stuck. I would appreciate any help on this matter.
@karnikamit
@karnikamit 2 жыл бұрын
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?
@sarathkumarbarathi9331
@sarathkumarbarathi9331 5 ай бұрын
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.
@wenyushi8364
@wenyushi8364 2 жыл бұрын
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 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.
@planetside11
@planetside11 4 ай бұрын
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.
@timkoch-gruenberg2899
@timkoch-gruenberg2899 7 ай бұрын
Love the Tolkien reference. And the video too.
@adityanjsg99
@adityanjsg99 6 ай бұрын
All those wander are not lost ??
@pratikgangraj4961
@pratikgangraj4961 Жыл бұрын
Error: failed to obtain topics from client: API key may not be provisioned yet please help..
@aamirshekh934
@aamirshekh934 4 ай бұрын
4:08 this page isn't displayed. There's no option "jump to offset".
@liviu-mihaivladutu4880
@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 6 ай бұрын
Yes... ! Make sure they are in same network.
@Leo-ug5be
@Leo-ug5be 2 жыл бұрын
I created the topic with the error 'Authorization failed'...
@AP-eh6gr
@AP-eh6gr 4 ай бұрын
damn good. what should be done in case your ingress exceeds 100MB/s?
@thaibuixuan8807
@thaibuixuan8807 2 жыл бұрын
Error when try to consume or produce message: Error: failed to obtain topics from client: API key may not be provisioned yet
@evanweinman7417
@evanweinman7417 2 жыл бұрын
any chance you got this working?
@prashantmishra1253
@prashantmishra1253 Жыл бұрын
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
@ayandamcanyana874
@ayandamcanyana874 Жыл бұрын
hey did you resolve this problem
@ericsphone6915
@ericsphone6915 Ай бұрын
I believe it's "All that glitters is not gold".
@ConfluentDevXTeam
@ConfluentDevXTeam Ай бұрын
That's the common quote, yes. However, in this case, Danica is correctly quoting from J.R.R. Tolkien. www.goodreads.com/quotes/229-all-that-is-gold-does-not-glitter-not-all-those
@dan0pdx
@dan0pdx Жыл бұрын
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...
@MrDeeb00
@MrDeeb00 8 ай бұрын
You can skip
@smritigupta1468
@smritigupta1468 5 ай бұрын
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 5 ай бұрын
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.
@WillScrillz
@WillScrillz 21 күн бұрын
@@ConfluentDevXTeam You do have to enter your credit card, there is no Skip button.
@Mmallip
@Mmallip Жыл бұрын
getting error "Error: failed to obtain topics from client: API key may not be provisioned yet"
@Mmallip
@Mmallip Жыл бұрын
Got the above error because I am using VPN. After disconnecting it, it worked.
@pratikgangraj4961
@pratikgangraj4961 Жыл бұрын
@@Mmallip i ma not using any vpn but still got the same error whats the problem
@hokainc
@hokainc Жыл бұрын
Deflation... KAFKA101 gave me $25...
@jasondads9509
@jasondads9509 Жыл бұрын
haha same here
@johnblake796
@johnblake796 6 ай бұрын
This is so Kafka-esque 🪰
Apache Kafka 101: Topics (2023)
5:53
Confluent
Рет қаралды 107 М.
3. Apache Kafka Fundamentals | Apache Kafka Fundamentals
24:14
Confluent
Рет қаралды 458 М.
路飞太过分了,自己游泳。#海贼王#路飞
00:28
路飞与唐舞桐
Рет қаралды 33 МЛН
Mama vs Son vs Daddy 😭🤣
00:13
DADDYSON SHOW
Рет қаралды 44 МЛН
Playing hide and seek with my dog 🐶
00:25
Zach King
Рет қаралды 34 МЛН
Event-Driven Architecture (EDA) vs Request/Response (RR)
12:00
Confluent
Рет қаралды 130 М.
System Design: Why is Kafka fast?
5:02
ByteByteGo
Рет қаралды 1 МЛН
Water powered timers hidden in public restrooms
13:12
Steve Mould
Рет қаралды 296 М.
What is Apache Kafka®?
11:42
Confluent
Рет қаралды 346 М.
Apache Kafka in 6 minutes
6:48
James Cutajar
Рет қаралды 987 М.
MongoDB Explained in 10 Minutes | SQL vs NoSQL | Jumpstart
11:18
Apache Kafka 101: Kafka Connect (2023)
8:17
Confluent
Рет қаралды 90 М.
System Design: Why is Kafka so Popular?
4:20
ByteByteGo
Рет қаралды 81 М.
Xiaomi SU-7 Max 2024 - Самый быстрый мобильник
32:11
Клубный сервис
Рет қаралды 529 М.
iPhone 15 Pro Max vs IPhone Xs Max  troll face speed test
0:33
S24 Ultra and IPhone 14 Pro Max telephoto shooting comparison #shorts
0:15
Photographer Army
Рет қаралды 10 МЛН
Запрещенный Гаджет для Авто с aliexpress 2
0:50
Тимур Сидельников
Рет қаралды 893 М.
Сколько реально стоит ПК Величайшего?
0:37