Internal State vs External State: Where Should Your Microservice Store Its Data?
Most microservices postmortems that look like network or deployment problems are actually data-ownership problems. Two services quietly sharing a database, or one service reaching into another’s tables “just this once,” and six months later nobody can deploy either one without coordinating with the other team. The question “where should this data live” isn’t a storage
Internal State vs External State: Where Should Your Microservice Store Its Data? Read More »


