- Python Microservices Development
- Tarek Ziadé
- 65字
- 2021-07-02 18:54:18
Microservices pitfalls
As said earlier, building an application with microservices has a lot of benefits, but it's not a silver bullet by all means.
You need to be aware of these main problems you might have to deal with when coding microservices:
- Illogical splitting
- More network interactions
- Data storing and sharing
- Compatibility issues
- Testing
These issues will be covered in detail in the following sections.
推薦閱讀
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- C語言程序設計習題解析與上機指導(第4版)
- C/C++算法從菜鳥到達人
- Android 9 Development Cookbook(Third Edition)
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- JavaScript:Moving to ES2015
- Highcharts Cookbook
- Python時間序列預測
- 劍指Java:核心原理與應用實踐
- OpenCV 4計算機視覺項目實戰(原書第2版)
- 持續輕量級Java EE開發:編寫可測試的代碼
- 代碼閱讀
- 計算機應用技能實訓教程
- Python一行流:像專家一樣寫代碼
- 分布式數據庫HBase案例教程