echo-contrib icon indicating copy to clipboard operation
echo-contrib copied to clipboard

Implement circuit breaker

Open MitulShah1 opened this issue 11 months ago • 3 comments

This PR contains Circuit Breaker Middleware

@aldas @jrhrmsll @lammel Would appreciate it if you can review this PR.

MitulShah1 avatar Mar 26 '25 12:03 MitulShah1

@aldas I've made changes and make it more advance and optimize, can you please check again?

MitulShah1 avatar Mar 28 '25 12:03 MitulShah1

@aldas Thanks for detail review, I made below changes

  1. Removed Unused context
  2. Instead of a channel-based semaphore, Added atomic counter operations
  3. Timestamp-based state transition instead of using timers.
  4. Updated the locking strategy in AllowRequest()
  5. Simplified resource management
  6. Updated README File

Please review now.

MitulShah1 avatar Apr 07 '25 05:04 MitulShah1

@aldas Can you please review?

MitulShah1 avatar May 06 '25 17:05 MitulShah1