Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@zane-xyo
Created June 1, 2016 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zane-xyo/ee9b624f2dd65b50b133b5af66cb49a0 to your computer and use it in GitHub Desktop.
Save zane-xyo/ee9b624f2dd65b50b133b5af66cb49a0 to your computer and use it in GitHub Desktop.
微服务问题micro services
### 现在流行微服务,公司架构也是采用微服务的框架去提供服务。而我所在团队处于微服务体系的应用方,也可以说是游离在微服务体系之外。
此处主要总结下微服务出现异常时的处理方式:
1. 微服务接口不稳定:调用时,经常超时;尤其是一些支付回调的接口的接口,会产生导致数据不完整;
处理办法一:采用重发机制进行,将数据补齐;
处理办法二:增加对账接口,定时对账,将数据补齐
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment