https://github.com/raphaelbh/simple-circuit-breaker
Project for implementation of simple circuit breaker.
https://github.com/raphaelbh/simple-circuit-breaker
circuit-breaker circuit-breaker-pattern docker kotlin microservice resilience4j springboot
Last synced: 2 months ago
JSON representation
Project for implementation of simple circuit breaker.
- Host: GitHub
- URL: https://github.com/raphaelbh/simple-circuit-breaker
- Owner: raphaelbh
- Created: 2022-04-07T12:17:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T12:19:08.000Z (about 3 years ago)
- Last Synced: 2025-01-25T20:11:30.175Z (4 months ago)
- Topics: circuit-breaker, circuit-breaker-pattern, docker, kotlin, microservice, resilience4j, springboot
- Language: Kotlin
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README Template
[](#)
Project for implementation of simple circuit breaker.
## Requirements
[](https://www.docker.com/)
## Installation
```bash
# build
$ (cd application && ./mvnw clean install)# run
$ docker-compose up -d
```
## Usage```bash
$ curl http://localhost:8080/circuit-breaker?delay=1000
```## Tech Stack
[](https://www.docker.com/)
[](https://kotlinlang.org/)
[](https://spring.io/projects/spring-boot)## Reference
- https://microservices.io/patterns/reliability/circuit-breaker.html
- https://spring.io/guides/gs/cloud-circuit-breaker
- https://www.baeldung.com/spring-cloud-circuit-breaker
- https://resilience4j.readme.io/docs/circuitbreaker## Feedback
If you have any feedback, please contact me at [email protected]
[](https://github.com/raphaelbh)
[](https://www.linkedin.com/in/raphaelbh/)