He-Pin commented on issue #2093:
URL: https://github.com/apache/pekko/issues/2093#issuecomment-3222371249

   @pjfanning @mdedetrich Add a `terminateWithCompletionStage` is ok too, as 
there is something like that everywhere:
   
   ```
     def invokeWithFeedbackCompletionStage(t: T): CompletionStage[Done] = {
       import pekko.util.FutureConverters._
       invokeWithFeedback(t).asJava
     }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to