Skip to content

Conversation

@HaloFour
Copy link
Collaborator

This is a much simpler approach. I've updated the AkkaFutureAdapter class to instead convert the Akka Future[T] to a Java 8 CompletableFuture[T].

I've kept the Sirius interface the same as in that it continues to return Future[T] which would eliminate the potential for breaking a consumer which implements that interface directly, but that does put additional onus on the consumer to determine if the returned Future[T] is a CompletableFuture[T] or not.

@CLAassistant
Copy link

CLAassistant commented Dec 20, 2017

CLA assistant check
All committers have signed the CLA.

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