Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hystrix-dashboard] isCircuitBreakerOpen is a normally a boolean from…
… the HystrixStream servlet, however these replace() operations assume that it is a string. There are certain instances where Turbine does not return back a String when isCircuitBreakerOpen is aggregated. This enforces the boolean to be a string first, regardless of what Turbine may/may not do.
- Loading branch information