Git Product home page Git Product logo

bulkhead-patttern-in-action's Introduction

Bulkhead pattern in action.

It is a application that reproduces de problem that the pattern solves and also shows the behavior of the application after apply the pattern.

This is the video.

Using Jmeter I put some load on a Tomcat server.

After to simulate a problem in one application's service, the Server starts to run out of available resources and soon It can not process all the incoming requests. As a result the entire application fails due to a particular service error.

Clinet A and B are affected by the problem on service 2.

After to use an implementation of bulkhed pattern, the application keeps working well, just the client (client A) that depends on the service that fails is affected.

Docker image

The application uses a docker images which has installed Grafana and Influxdb. You can download the image from this project:

https://hub.docker.com/r/philhawthorne/docker-influxdb-grafana/

docker run -d   --name docker-influxdb-grafana   -p 3003:3003   -p 3004:8083   -p 8086:8086   -v /path/for/influxdb:/var/lib/influxdb   -v /path/for/grafana:/var/lib/grafana   philhawthorne/docker-influxdb-grafana:latest
docker start docker-influxdb-grafana

Grafana

The dashboard file is under the folder grafana.

http://localhost:3003

Username: root Password: root

JMeter

The .jmx file used to create the requests generators is under the folder jmeter.

bulkhead-patttern-in-action's People

Contributors

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