Giter Site home page Giter Site logo

dubbo's Introduction

依次启动P1 P2 C
通过访问C网址+“/版本”,如“http://localhost:8081/10”,调用不用接口
P1里实现有1.0,1.1版本,目的是测试同项目不同版本
P2里实现有1.0,2.0版本:
  其中1.0可与P1的1.0测试dubbo内置负载均衡
  2.0测试的是与P1不在同一项目实现不同版本接口

P2里另实现有无版本接口:
  测试集成Hystrix进行降级、熔断及熔断后重新尝试请求
  通过“http://localhost:8081/30/{mills}”访问,当传入休眠时间mills<1000时,可正常返回;当>1000时,超过设定超时时间,则会降级返回,如超时超过两次,则会熔断,不会再请求到P2,只有等过了设定的10秒后才会重新尝试去请求P2

dubbo's People

Contributors

ktdynamic avatar padacom 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.