jeudi 5 décembre 2019

What is wrong with sharing versioned libraries between microservices?

Why is it bad practice to share libraries between microservices? Let's say that I want to share a domain model between two microservices (they have the same bounded context, the original microservice was simply split into two smaller ones due to its size). What is wrong with this approach? Changing the domain model won't break anything, as the consumers of the library used a specific version of it?

Aucun commentaire:

Enregistrer un commentaire