Understand the purpose of hystrix-contrib submodules
masterThe hystrix-contrib module serves as a parent container for various Hystrix extension submodules. These submodules provide alternative implementations of core Hystrix strategies or integrations with specific request lifecycles and monitoring tools.
Common types of contrib submodules include:
- Alternative implementations of
HystrixMetricsPublisher. - Alternative implementations of
HystrixPropertiesStrategy. - Request lifecycle implementations (e.g.,
hystrix-request-servlet). - Implementations of
HystrixEventNotifier. - Dashboard and monitoring tools.
Note: Third-party libraries that wrap Hystrix are not part of this repository but are documented in the Hystrix Wiki [Libraries] page.