- 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.
推薦閱讀
- 玩轉Scratch少兒趣味編程
- Visual Basic .NET程序設計(第3版)
- Docker and Kubernetes for Java Developers
- Java面向對象思想與程序設計
- HTML5 and CSS3 Transition,Transformation,and Animation
- ADI DSP應用技術集錦
- Python面向對象編程:構建游戲和GUI
- 數據結構習題解析與實驗指導
- 數據結構與算法分析(C++語言版)
- Access 2010中文版項目教程
- Scala編程(第5版)
- Penetration Testing with the Bash shell
- Mudbox 2013 Cookbook
- Mastering Apache Camel
- Visual FoxPro程序設計實驗教程