Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

0.9.1

Compare
Choose a tag to compare
@zapodot zapodot released this 17 Aug 08:15
· 34 commits to master since this release

Added the configuration object as input to the MetricsPublishPredicate:

bootstrap.addBundle(HystrixBundle.builder()
                                  .withMetricsPublisherPredicate((conf) -> conf.getSomeConfigurationProperty())
                                  .build());