Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).