Top Kafka Use Cases You Should Know

  Рет қаралды 69,209

ByteByteGo

ByteByteGo

Күн бұрын

Пікірлер: 34
@psvishnu-ai
@psvishnu-ai Ай бұрын
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
@babuhazra-vj2hy
@babuhazra-vj2hy Ай бұрын
I never knew Kafka had so many use cases! This video was really informative.
@LGtheCat
@LGtheCat Ай бұрын
Best youtube channel ever
@raminseferov2148
@raminseferov2148 Ай бұрын
Great Content, thanks a lot !
@Zmey5656
@Zmey5656 Ай бұрын
Do you have video on how to choose a data transfer system?
@raj_kundalia
@raj_kundalia Ай бұрын
Thank you for doing this!
@SanjogDestiny
@SanjogDestiny Ай бұрын
@ByteByteGo Please reduce down your speed of speaking and speed of video graphic animation display
@vijaygupta3875
@vijaygupta3875 Ай бұрын
You can use 1.5 speed
@vijaygupta3875
@vijaygupta3875 Ай бұрын
Or 0.75 and 0.5
@LudaZawleczka
@LudaZawleczka Ай бұрын
reduce? I always watch it with 1.5 speed
@兴宣大院君-h4s
@兴宣大院君-h4s Ай бұрын
Too fast I have too stop
@RaulMercado
@RaulMercado Ай бұрын
I have a question. When to use Kafka over equivalent Cloud Proprietary services (AWS, Azure, GCP)?
@trocomerlo
@trocomerlo Ай бұрын
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 Ай бұрын
When you grow tired of paying for Bezos’ lifestyle lol.
@abhijit-sarkar
@abhijit-sarkar 11 күн бұрын
Host your own when you know the answer to this question.
@nesnomis
@nesnomis Ай бұрын
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.
@jcdenton1664
@jcdenton1664 Ай бұрын
What’s used to make the animations?
@DemPilafian
@DemPilafian Ай бұрын
The animations are made with Lotus 123.
@ARmy2510
@ARmy2510 Ай бұрын
After Effects.
@tmd4951
@tmd4951 Ай бұрын
Same question
@DemPilafian
@DemPilafian Ай бұрын
@@tmd4951 True. It's always the same boring, lazy question on each of these videos.
@benisrood
@benisrood Ай бұрын
No Event Sourcing?
@MoaresOliveira
@MoaresOliveira Ай бұрын
"Top Kafka use cases..." != "All Kafka use cases"
@swagatggautam6630
@swagatggautam6630 Ай бұрын
Can you do an architecture diagram of LinkedIn?
@X-factor6
@X-factor6 Ай бұрын
How to make animation like this video ?
Ай бұрын
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 21 күн бұрын
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 Ай бұрын
Kafka let's gooooo
@richardsonhmm
@richardsonhmm Ай бұрын
Good. Good. 👍🏻 Pt-br
@abhijit-sarkar
@abhijit-sarkar 11 күн бұрын
Let's be clear, you're not gonna land a job at a FAANG company by watching a 5-min KZbin video.
When to Use Kafka or RabbitMQ | System Design
8:16
Interview Pen
Рет қаралды 130 М.
Top 5 Redis Use Cases
6:28
ByteByteGo
Рет қаралды 189 М.
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 26 МЛН
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 6 МЛН
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 169 МЛН
Microservices with Databases can be challenging...
20:52
Software Developer Diaries
Рет қаралды 94 М.
When NOT to use Apache Kafka?
18:10
Kai Waehner
Рет қаралды 2,7 М.
Session Vs JWT: The Differences You May Not Know!
7:00
ByteByteGo
Рет қаралды 259 М.
What is Data Pipeline? | Why Is It So Popular?
5:25
ByteByteGo
Рет қаралды 205 М.
Proxy vs Reverse Proxy vs Load Balancer | Simply Explained
13:19
TechWorld with Nana
Рет қаралды 213 М.
HTTP 1 Vs HTTP 2 Vs HTTP 3!
7:37
ByteByteGo
Рет қаралды 321 М.
Event-Driven Architecture (EDA) vs Request/Response (RR)
12:00
Confluent
Рет қаралды 171 М.
20 System Design Concepts Explained in 10 Minutes
11:41
NeetCode
Рет қаралды 1 МЛН
3 Important Use Cases Why The Industry Is Using Kafka
7:52
Anthony GG
Рет қаралды 15 М.
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 26 МЛН