The Ultimate Guide of Using Kafka with Node.js

Florian Ludewig December 19, 2022
Video Thumbnail
Florian Ludewig Logo

Florian Ludewig

@flolu

About

👨‍💻️ Programming Tutorials ✨ Open Source Technologies

Latest Posts

No results found. Try different keywords.

Video Description

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. Donations: https://flolu.de/donations Source Code: https://github.com/flolu/kafka Watch on Rumble: https://rumble.com/v21bc2g Watch on Odysee: https://odysee.com/@flolu:7/kafka-node:d Website: https://flolu.de Instagram: https://www.instagram.com/flolu.de GitHub: https://github.com/flolu TikTok: https://www.tiktok.com/@flolu.de Twitter: https://twitter.com/loflude 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

You May Also Like