This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
0.9.1
Added the configuration object as input to the MetricsPublishPredicate:
bootstrap.addBundle(HystrixBundle.builder()
.withMetricsPublisherPredicate((conf) -> conf.getSomeConfigurationProperty())
.build());