Hi guys,

as a user having a ComlpetionStage makes me loose some JDK utilities, can we move back to CompletionFuture?

It would allow for instance:

// doesn't work with CompletionStage
CompletionFuture.allOf(event1.fireAsync(...), event2.fireAsync(...))
      .then(...)

Romain Manni-Bucau
@rmannibucau |  Blog | Github | LinkedIn | Tomitriber