Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 680 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 680 Bytes

dropwizard-hystrix

This is an example of how to use Hystrix in a Dropwizard application.

It is the same scenario as defined in my Hystrix/Tenacity/Breakerbox example so please read that first!!

See my blog post on how this app differs from the tenacity example: Dropwizard + Hystrix

This example is configured to push metrics to graphite on port 192.168.10.120, to launch a vagrant VM with graphite on this port then checkout this project graphite-vm and run vagrant up.