From 3abf147be57c4861029200df2a3f2bd63d577ce7 Mon Sep 17 00:00:00 2001 From: Luke Cook Date: Fri, 25 Oct 2024 16:13:44 +1100 Subject: [PATCH] added new rule to microservices category --- categories/software-engineering/rules-to-better-microservices.md | 1 + 1 file changed, 1 insertion(+) diff --git a/categories/software-engineering/rules-to-better-microservices.md b/categories/software-engineering/rules-to-better-microservices.md index 043c2071985..f27d1021d9e 100644 --- a/categories/software-engineering/rules-to-better-microservices.md +++ b/categories/software-engineering/rules-to-better-microservices.md @@ -8,6 +8,7 @@ index: - microservice-key-components - use-mass-transit - software-architecture-decision-tree +- review-microservice-boundaries --- A microservice architecture is an application architecture where an application consists of many loosely-coupled services. The communications between services are kept lightweight, and the API interfaces between them need to be carefully managed. They are designed to allow different teams to work on different parts of the application completely independently.