iayti / CleanArchitecture

ASP.NET Core 6 Web API Clean Architecture Solution Template
MIT License
654 stars 120 forks source link

Microservice Architecture Service Meshes, API Gateways, and Message Queues #9

Open iayti opened 3 years ago

iayti commented 3 years ago

API Gateways

Service Meshes

Message Queues

Technologies

I am really interested in using Dapr. We can use service mesh like Linkerd and message queues like RabbitMQ with Dapr.

We can use service meshes to manage the network between microservices. If we need message queues, it can be used with Dapr bindings RabbitMQ.

I'm waiting for suggestions. Thank you for your attention.