← все видео

Pub-Sub Explained in 8 Minutes

CollidingHash · 2026-05-17 · 8м 46с · 32 просмотров · YouTube ↗

Топики: durable-execution

Аудио ещё не скачано.

📝 Summary

Summary ещё не сгенерён.

📜 Transcript

Transcript ещё не сделан.

⚙️ Pipeline jobs

Нет job'ов в очереди.

📄 Описание YouTube

Показать
Master the Publish-Subscribe pattern powering modern distributed systems like Netflix, Uber, Slack, and AWS event-driven architectures. This comprehensive guide covers pub-sub fundamentals from basic messaging to production-scale event streaming systems. Learn how topics guarantee message delivery, why idempotency is critical, how ordering works in distributed systems, delivery guarantees (at-least-once vs exactly-once), and real-world implementations with Apache Kafka, RabbitMQ, AWS SNS/SQS, and Google Cloud Pub/Sub. Essential knowledge for building reliable microservices, event-driven architectures, and real-time data pipelines.

🔑 What You'll Learn:
• Pub-sub fundamentals and asynchronous communication
• Topics, partitions, and message brokers (Kafka, RabbitMQ, Redis)
• Delivery guarantees: at-most-once, at-least-once, exactly-once
• Idempotency patterns and handling duplicate messages
• Message ordering and FIFO guarantees within partitions
• Consumer groups, fan-out patterns, and load balancing
• Content-based filtering and message routing
• Dead letter queues (DLQ) and error handling
• Apache Kafka architecture and consumer groups
• AWS SNS+SQS patterns with Lambda triggers
• Event-driven microservices and CQRS with event sourcing
• Production monitoring, backpressure, schema evolution

Perfect for software engineers, system architects, backend developers, and anyone building distributed systems, microservices, or event-driven architectures.

👍 Like & Subscribe for more distributed systems tutorials
💬 Comment: What are you building - event-driven microservices, real-time analytics, or message queues?