MicroServices notes: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
Line 24: | Line 24: | ||
Hystrix | Hystrix | ||
FIT - Fault Injection Testing | |||
==== Client libraries ==== | ==== Client libraries ==== |
Revision as of 14:31, 30 May 2019
Mastering Chaos - A Netflix Guide to Microservices - Notes
Evolutionary response
- Separation of concern: modularity and encapsulation
- Scalability: horizontal, and partitioning
- Virtualization and Elasticity - automation, and on demand capacity
Dependancy
Use cases:
Intra-Service Requests
can handle non ideal issues
- network issues
- back off
- handling failure.
- can protect against one service failing?
Hystrix
FIT - Fault Injection Testing