Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Bypass circuit breaker from EventWriter #32153

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

patriknw
Copy link
Member

@patriknw patriknw commented Oct 4, 2023

  • otherwise the duplicate key violates, which are expected, will trip the circuit breaker
  • if other error then subsequent request will not bypass the circuit breaker, until there is a success again

Refs akka/akka-projection#1025

* otherwise the duplicate key violates, which are expected, will trip
  the circuit breaker
* if other error then subsequent request will not bypass the circuit breaker,
  until there is a success again
@johanandren johanandren merged commit e3730d0 into main Oct 4, 2023
5 checks passed
@johanandren johanandren deleted the wip-EventWriter-cb-patriknw branch October 4, 2023 13:44
@patriknw patriknw added this to the 2.9.0-M3 milestone Oct 4, 2023
He-Pin pushed a commit to He-Pin/akka that referenced this pull request Jan 7, 2024
* otherwise the duplicate key violates, which are expected, will trip
  the circuit breaker
* if other error then subsequent request will not bypass the circuit breaker,
  until there is a success again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants