Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iammahesh123/hystrix-demo
A demo Spring Boot project showcasing Hystrix for circuit breaking.
https://github.com/iammahesh123/hystrix-demo
circuit-breaker hystrix hystrix-dashboard java spring spring-boot
Last synced: 20 days ago
JSON representation
A demo Spring Boot project showcasing Hystrix for circuit breaking.
- Host: GitHub
- URL: https://github.com/iammahesh123/hystrix-demo
- Owner: iammahesh123
- Created: 2024-03-07T08:34:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T22:13:53.000Z (11 months ago)
- Last Synced: 2024-03-08T23:28:36.139Z (11 months ago)
- Topics: circuit-breaker, hystrix, hystrix-dashboard, java, spring, spring-boot
- Language: Java
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HystrixDemoApplication
This is a demo application showcasing the usage of Hystrix for circuit breaking in Spring Boot projects.
## Setup
To run this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/iammahesh123/Hystrix-Demo.git
```2. Import the project into your preferred Integrated Development Environment (IDE).
3. Run the main class `HystrixDemoApplication` to start the application.
## About
This project demonstrates how to implement circuit breaking in Spring Boot applications using Hystrix. Circuit breakers are a design pattern used to detect failures and encapsulate the logic of preventing a failure from constantly recurring during maintenance, temporary external system failure, or unexpected system difficulties.
## Usage
1. Start the application.
2. Access the provided endpoints to see Hystrix in action.## Endpoints
The following endpoints are available:
- `/`: Home endpoint
- `/fallback`: Fallback endpoint## Technologies Used
- Java
- Spring Boot
- Hystrix## Contributions
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or create a pull request.
## License
This project is licensed under the [MIT License](LICENSE).