February 2018
Intermediate to advanced
406 pages
9h 55m
English
One of the key design philosophies of microservices is the bounded context and the service(s) managing the data store. Within a bounded context, multiple services might have access to a common data store, or adopt a per service data store paradigm.
Since there are potentially multiple instances of a service running, how do we make sure the data read/update operations do not lead to a deadlock in resources?
Read now
Unlock full access