Git Product home page Git Product logo

cloud-dome's Introduction

微服务调用场景

说明:一个服务调用了另外一个服务,这是两台Tomcat之间的交互。

模块

1. 服务提供者

user-service

  • 属于eureka-client

  • user-service将服务注册到Eureka注册中心。

2. 服务调用者

consumer-demo

  • 属于eureka-client

  • 通过Eureka注册中心动态获取服务,当然也需要先注册到Eureka。

所有的eureka-client既可作为服务提供者,也调用其他服务。

3. Eureka注册中心

eureka-server管理所有服务。

  • 配置多个Eureka服务端集群启动,高可用的Eureka服务。

4. 负载均衡Robbin

使用Robbin组件实现负载均衡。

5. Hystrix

利用Hystrix做线程隔离与服务降级。

cloud-dome's People

Contributors

jtlxl avatar

Watchers

James Cloos avatar  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.