Giter Club home page Giter Club logo

spring-cloud-code's Introduction

spring-cloud-code

something code for me to practice the spring-cloud

precondition

sh mvn.sh
sudo docker-compose up

above command will launch a cluster that consist of one eureka server,two providers,one consumer,one config server and one config client

spring-cloud-config

you can check config client service http://[docker host ip]:9200/ to see if it get config from config server

spring-cloud-eureka

you can check http://[docker host ip]:9001/eureka to see the eureka cluster.

you can check consumer service http://[docker host ip]:9003/hello and you will see below

hello world and this is from eureka-provider-2

refresh again

hello world and this is from eureka-provider-1

consumer balances the requests to providers

spring-cloud-hystrix

visit http://[docker host ip]:9003/hystrix/error,http://[docker host ip]:9003/hystrix/timeout and http://[docker host ip]:9003/hystrix/nonresponse

you will see

server have been crash, try again later.

above three links show hystrix can deal with exception,timeout and wrong backend server response in hystrix method,

details in HystrixTestController.java

spring-cloud-code's People

Contributors

ejunjsh 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.