The Ultimate Guide of Using Kafka with Node.js

1 year ago
44

Kafka is all about events. Events are organized in topics and categorized into partitions. These streams of events can then be used to build Publish/Subscribe systems or a Message Queues, which processess messages in parallel. In this video you will learn everything you need to know, to use Kafka with Node.js.

Source Code: https://github.com/flolu/kafka
Watch on YouTube: https://www.youtube.com/watch?v=gTwXG8lC2GM
Watch on Odysee: https://odysee.com/@flolu:7/kafka-node:d
Website: https://flolu.de
Instagram: https://www.instagram.com/flo.ludewig
GitHub: https://github.com/flolu
Donations: https://flolu.de/donations
Contact: https://flolu.de/contact

Timeline
00:00 Intro
00:26 How Kafka Works
02:19 Why You Should Use Kafka
03:01 Minimal Node.js Example
05:27 Cryptocurrency Wallet Tracker Overview
06:11 Cryptocurrency Wallet Tracker Implementation
08:23 Outro

Loading comments...