zoukankan      html  css  js  c++  java
  • 微服务之Spring cloud

    微服务

    Spring cloud

    Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g. configuration management, service discovery, circuit breakers, intelligent routing, micro-proxy, control bus, one-time tokens, global locks, leadership election, distributed sessions, cluster state). Coordination of distributed systems leads to boiler plate patterns, and using Spring Cloud developers can quickly stand up services and applications that implement those patterns. They will work well in any distributed environment, including the developer’s own laptop, bare metal data centres, and managed platforms such as Cloud Foundry.

    关键字

    分布式系统 统一设计模式 标准化服务应用  

    Features

    Spring Cloud focuses on providing good out of box experience for typical use cases and extensibility mechanism to cover others.

    • Distributed/versioned configuration 配置中心

    • Service registration and discovery 服务发现

    • Routing 网关

    • Service-to-service calls 服务掉用

    • Load balancing 负载均衡

    • Circuit Breakers 

    • Global locks 全局锁

    • Leadership election and cluster state 

    • Distributed messaging 

    ref

    https://mp.weixin.qq.com/s/n9CmpkiGThQbXW6KcGcQVA

    https://mp.weixin.qq.com/s/7GZJyFzKx-AdVdGAuzwbXg

    https://mp.weixin.qq.com/s/mOk0KuEWQUiugyRA3-FXwg

  • 相关阅读:
    HTML学习 day04
    HTML学习 day03
    HTML学习 day02
    原生Js监听普通dom尺寸变化
    JavaScript-获取地址栏参数
    Window 下 MySQL 环境的安装
    JavaScript 中的12种循环遍历方法
    前端PS常用切图技巧
    requirejs教程(一):基本用法
    seajs教程(一):基本用法
  • 原文地址:https://www.cnblogs.com/huilei/p/10168719.html
Copyright © 2011-2022 走看看