Are Kafka and Websockets the same thing? Explained with simple terms and diagram

preview_player
Показать описание
In this video I explain:
- What is Apache Kafka?
- How do Kafka and Web Sockets fit into system architecture?

I hope you enjoy, and please share with a friend!
Comments and suggestions are appreciated.
Рекомендации по теме
Комментарии
Автор

Wow, I just had a question and immediately found such a nice explanation!

tuku_mann
Автор

What I think now is websocket connections are between client and server to push real-time updates to UI. And, Pub/Sub architecture is adopted by kafka that's nothing to do with websockets at all. Websockets is a protocol for communication between client and server alike HTTP/HTTPs. PUB/SUB is event driven to get almost real-time updates.

suba_sah