spring-cloud / spring-cloud-circuitbreaker

Spring Cloud Circuit Breaker API and Implementations
Apache License 2.0
329 stars 110 forks source link

Exclude bulkhead module #101

Closed ryanjbaxter closed 3 years ago

ryanjbaxter commented 3 years ago

Bulkhead support should be opt in by adding the module, removing the bulkhead module which is transitively brought in

Fixes #97

codecov[bot] commented 3 years ago

Codecov Report

Merging #101 (22a0364) into 1.0.x (47a1bfa) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              1.0.x     #101   +/-   ##
=========================================
  Coverage     87.87%   87.87%           
  Complexity       75       75           
=========================================
  Files            13       13           
  Lines           330      330           
  Branches          8        8           
=========================================
  Hits            290      290           
  Misses           34       34           
  Partials          6        6           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 47a1bfa...22a0364. Read the comment docs.

ryanjbaxter commented 3 years ago

Its already documented