Please enable JavaScript.
Coggle requires JavaScript to display documents.
Microservices AntiPatterns and Pitfalls (05- service granularity (1…
Microservices
AntiPatterns and Pitfalls
05- service granularity
1.Analyzing Service Scope and Function
What does the service do?
What are its operations?
Cohesion
the degree and manner to which
the operations of the service are interrelated.
good solid advice
start out
more coarse-grained
move to
fine-grained
2.Analyzing Database Transactions
BASE transactions
basic availability
soft state
eventual consistency
3.Analyzing Service Choreography
referred to
interservice communication
the communication between services