Git Product home page Git Product logo

cloud-zjx's Introduction

Spring Cloud

Spring Boot2.0.1, Finchley.SR1

所使用相关技术:

Eureka:服务注册与发现

Config:配置中心,支持配置服务放在配置服务的内存中(即本地),也支持放在远程Git仓库

Ribbon:负载均衡客户端 rest + ribbon

Feign:Feign是一个声明式的伪Http客户端,Feign 采用的是基于接口的注解,Feign 整合了ribbon,具有负载均衡的能力,整合了Hystrix,具有熔断的能力

Hystrix:断路器,解决“雪崩”效应

Zuul:路由转发和过滤器,比如/api/user转发到到user服务,/api/shop转发到到shop服务。zuul默认和Ribbon结合实现了负载均衡的功能;过滤器继承ZuulFilter

Gateway: 网关

Bus:消息总线,将分布式的节点用轻量的消息代理连接起来。它可以用于广播配置文件的更改或者服务之间的通讯,也可以用于监控

Zipkin、Sleuth:服务追踪组件zipkin,Spring Cloud Sleuth集成了zipkin组件

Hystrix Dashboard:断路器模型,提供了数据监控和友好的图形化界面。利用Hystrix Dashboard去监控断路器的Hystrix command

Hystrix Turbine:聚合所有Hystrix Dashboard服务

TX-LCN: 分布式事务


参考:https://blog.csdn.net/forezp/article/details/70148833

cloud-zjx's People

Contributors

jackyzheng123 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.