Distributed Microservices with Dapr | #CloudNativeNinja PT2

preview_player
Показать описание
#Dapr #ClouNativeNinja #microservices #rabbitmq
Dapr is a new open-source project that makes it easier to build and operate distributed microservices. With Dapr, you can easily add features like service discovery, load balancing, state management, and more to your microservices without having to worry about the underlying infrastructure.

This means you can focus on writing business logic and not have to worry about the complex details of distributed systems. Plus, Dapr is platform-agnostic, so you can use it with any language or runtime. Check out this YouTube video and see how it can simplify your microservices development!

▬▬▬▬▬▬ 🔗 Additional Info 🔗 ▬▬▬▬▬▬

▬▬▬▬▬▬ ⏱ Chapters⏱ ▬▬▬▬▬▬

00:00 - Introduction
01:05 - RabbitMQ Producer and Consumer the old way
3:30 - Introduction to Dapr
6:25 - Getting started with Dapr
7:10 - Dapr Init
7:50 - Use Dapr SDK with .Net Minimal API
10:40 - RabbitMQ PubSub component configuration
12:50 - Build Daprized app
14:15 - Trigger test method using Swagger UI
15:05 - TechTalks consumer with Dapr
16:00 - Subscribe to RabbitMQ messages using Dapr SDK
18:05 - Verify queue using RabbitMQ UI
18:35 - Run consumer using Dapr run command
21:10 - Run producer using Dapr run command
24:10 - Dapr components
26:29 - Benefits of using Dapr
27:50 - Dapr support for operations
29:00 - summary and related videos

▬▬▬▬▬▬ 👋 Contact me 👋 ▬▬▬▬▬▬
Connect with me here:
Рекомендации по теме
Комментарии
Автор

Dapr is one of the open source project for improving developer tooling around Microservices development. What other tools do you use for building and deploying your microservices? Let me know in comments. Also if there is anything specific to Dapr you would like me to cover in future videos, let me know.

nilesh-gule
Автор

With a clean RabbitMQ Exchange and Queues I first ran the publisher and for some reason it only creates an Exchange, but not the queue. Only if I run the subscriber first, both the Exchange and the Queue are created. I wonder why is it like that? Why the Publisher can't create the Queue? They both point to the same yaml file...

Firsu