Skip to content

Commit 588f546

Browse files
committed
Update sample to Azure samples location. Update Note.
1 parent fbdede2 commit 588f546

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/spring-cloud/spring-cloud-tutorial-circuit-breaker.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ ms.date: 04/06/2020
1212
# Use Circuit Breaker Dashboard with Azure Spring Cloud | Microsoft Docs
1313
Spring [Cloud Netflix Turbine](https://github.com/Netflix/Turbine) is widely used to aggregate multiple [Hystrix](https://github.com/Netflix/Hystrix) metrics streams so that streams can be monitored in a single view using Hystrix dashboard. This tutorial demonstrates how to use them on Azure Spring Cloud.
1414
> [!NOTE]
15-
> Netflix Hystrix is widely used in existing Spring Cloud apps, but it is no longer in active development. If you are developing new project, you can consider [resilience4j](https://github.com/resilience4j/resilience4j) instead. Circuit Breaker Dashboard for resilience4j depends on micrometer, which is currently not supported for Azure Spring Cloud, so it will not be covered by this tutorial.
15+
> Netflix Hystrix is widely used in many existing Spring Cloud apps but it is no longer in active development. If you are developing new project, use instead Spring Cloud Circuit Breaker implementations like [resilience4j](https://github.com/resilience4j/resilience4j). Different from Turbine shown in this tutorial, the new Spring Cloud Circuit Breaker framework unifies all implementations of its metrics data pipeline into Micrometer. We are still working on supporting micrometer in Azure Spring Cloud, thus it will not be covered by this tutorial.
1616
1717
## Prepare your sample applications
1818
The sample is forked from this [repository](https://github.com/StackAbuse/spring-cloud/tree/master/spring-turbine).
1919

2020
Clone the sample repository to your develop environment:
2121
```
22-
git clone https://github.com/yucwan/spring-cloud.git
22+
git clone https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples.git
23+
cd Azure-Spring-Cloud-Samples/hystrix-turbine-sample
2324
```
2425

2526
Build the 3 applications that will be used in this tutorial:

0 commit comments

Comments
 (0)