About Resilient HTTP
HTTP communication layer using Netflix Hystrix and NetFlix Ribbon for resilience.
Documentation
Overview
Implements a resilient HTTP transport layer using:
- Apache Http Client for communication
- Netflix Hystrix for latency and fault tolerance
- Netflix Ribbon for load balancing
- Reactive Java for asynchronous interfaces
- RFC 6570 URI Template for URI templating
It's targeted for REST communication, but can be used for other protocols as well (e.g. SOAP).