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

0.9

Compare
Choose a tag to compare
@zapodot zapodot released this 15 Aug 18:03
· 38 commits to master since this release

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());