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

CircuitBreaker missing java.util.function.Consumer implementation #109

Closed
mliarakos opened this issue Jan 7, 2020 · 0 comments · Fixed by #114
Closed

CircuitBreaker missing java.util.function.Consumer implementation #109

mliarakos opened this issue Jan 7, 2020 · 0 comments · Fixed by #114

Comments

@mliarakos
Copy link
Contributor

The Akka CircuitBreaker uses java.util.function.Consumer, which is not implemented in Scala.js. I've submitted scala-js/scala-js#3916 to add an implementation. Once it's merged Akka.js will need to update to the latest Scala.js.

If that takes a while for that PR to be merged and released, I can provide a PR to Akka.js with the implementation until a new Scala.js is released.

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 a pull request may close this issue.

1 participant