echo-contrib
echo-contrib copied to clipboard
Implement circuit breaker
This PR contains Circuit Breaker Middleware
@aldas @jrhrmsll @lammel Would appreciate it if you can review this PR.
@aldas I've made changes and make it more advance and optimize, can you please check again?
@aldas Thanks for detail review, I made below changes
- Removed Unused context
- Instead of a channel-based semaphore, Added atomic counter operations
- Timestamp-based state transition instead of using timers.
- Updated the locking strategy in AllowRequest()
- Simplified resource management
- Updated README File
Please review now.
@aldas Can you please review?