- Python Microservices Development
- Tarek Ziadé
- 104字
- 2021-07-02 18:54:19
Compatibility issues
Another problem happens when a feature change impacts several microservices. If a change affects in a backward incompatible way the data that travels between services, you're in for some trouble.
Can you deploy your new service, and will it work with older versions of other services? Or do you need to change and deploy several services at once? Does it mean you've just stumbled on some services that should probably be merged back together?
A good versioning and API design hygiene help to mitigate those issues, as we will discover in the second part of the book when we'll build our application.
推薦閱讀
- Learning Scala Programming
- Deploying Node.js
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Instant QlikView 11 Application Development
- Android Wear Projects
- Visualforce Developer’s guide
- HTML5開發精要與實例詳解
- Hands-On Kubernetes on Windows
- RESTful Web Clients:基于超媒體的可復用客戶端
- JSP程序設計與案例實戰(慕課版)
- 原型設計:打造成功產品的實用方法及實踐
- 征服C指針(第2版)
- INSTANT Premium Drupal Themes
- R語言:邁向大數據之路
- Swift 2 Blueprints