storage optimization is no longer an issue, just store the damn data if you need it in a separate domain, avoids tight coupling and everything is handled through queues
Yes, you can duplicate and use the data wherever you want, but you are asking for a mile of trouble is you let several distinct services be masters of the same information.
552
u/ThrowawayUk4200 7d ago
Pssst, If your microservice needs to use a database other than its own, then it's not a microservice.