https://github.com/devdrops/hystrix-demo
Just a demo using hystrix-go.
https://github.com/devdrops/hystrix-demo
Last synced: 3 months ago
JSON representation
Just a demo using hystrix-go.
- Host: GitHub
- URL: https://github.com/devdrops/hystrix-demo
- Owner: devdrops
- License: gpl-3.0
- Created: 2019-04-10T02:06:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T22:14:33.000Z (about 6 years ago)
- Last Synced: 2025-02-05T20:31:14.077Z (5 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hystrix-Go demo
Just a demo using [hystrix-go](https://github.com/afex/hystrix-go) lib.
## References
- https://callistaenterprise.se/blogg/teknik/2017/09/11/go-blog-series-part11/
- https://marcus.se.net/hystrix-go-intro/
- http://thediscoblog.com/blog/2015/02/07/fault-tolerance-in-go/