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

Don't use Scala Futures in Java APIs #1419

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

raboof
Copy link
Member

@raboof raboof commented Jul 30, 2024

Sketching out #1417 - incomplete and notably not bothering with binary compatibility yet, just to illustrate the idea.

Sketching out apache#1417 - incomplete and notably not bothering
with binary compatibility yet, just to illustrate the idea.
@mdedetrich
Copy link
Contributor

Not sure if this is related but there are methods like actorSystem.terminate which return a Future which should instead for Java be returning a completion stage (although I am not sure of what the nice way of doing this is since there isn't an actor system dsl).

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.

2 participants