Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/spring-cloud-circuitbreaker.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It provides a consistent API to use in your applications, letting you, the devel

Spring Cloud supports the following circuit-breaker implementations:

* https://github.com/Netflix/Hystrix[Netfix Hystrix]
* https://github.com/Netflix/Hystrix[Netflix Hystrix]
* https://github.com/resilience4j/resilience4j[Resilience4J]
* https://github.com/alibaba/Sentinel[Sentinel]
* https://github.com/spring-projects/spring-retry[Spring Retry]
Expand Down