Slide 40
Slide 40 text
Motivation Microservices
05.09.2024 WE KNOW HOW.
40
• Changeability
• Availability
• Strong module boundaries
• Independent deployment
• Independent scalability
• Independent technology choice
• Theoretically possible
• But never used!
• Different library versions in different
services
• => hard to debug / know, what is used
where
• => possibility of inconsistent data
(in-memory state)