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

Circuit breaker registry usage requires ExtendedActorSystem #32307

Closed
johanandren opened this issue Feb 13, 2024 · 0 comments
Closed

Circuit breaker registry usage requires ExtendedActorSystem #32307

johanandren opened this issue Feb 13, 2024 · 0 comments
Labels
1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted t:core
Milestone

Comments

@johanandren
Copy link
Member

johanandren commented Feb 13, 2024

CircuitBreaker.lookup(id, system) and CircuitBreaker(id)(implicit system) expects ExtendedActorSystem so requires an explicit cast for normal usage. Should just request a ClassicActorSystemProvider for easy usage across classic and typed.

@johanandren johanandren added 1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted t:core labels Feb 13, 2024
@patriknw patriknw added this to the 2.9.3 milestone May 7, 2024
@patriknw patriknw closed this as completed May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted t:core
Projects
None yet
Development

No branches or pull requests

2 participants