This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
0.9
Replaced the canPublishHystrixMetrics on the HystrixBundle class with an ability to drop a lamda to the withMetricsPublisherPredicate method on the builder
bootstrap.addBundle(HystrixBundle.builder()
.withMetricsPublisherPredicate(() -> true)
.build());