-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Persistence Best Practices for Java Applications
By :

Microservices are small pieces of a big puzzle: each piece can only serve its true value once the whole puzzle is put together. The qualities of reliability, resiliency, and scalability should not be catered to at each individual service level, but actually, for the proposed integration solution; after all, we agree with Martin Fowler’s idea that integration should be treated as strategic to businesses.
“A microservice-based solution’s performance is only as good as the ability of its individual components to communicate efficiently.”
In distributed architectures, handling data integration across services can be difficult. Therefore, we are about to explore architectural concepts and mistakes around integration through a simple example – a microservice-based solution for a food delivery website. Narrowing down the scope, the discussion...