You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2024/03/23 22:32:46 UTC

[I] add extra Java friendly methods in R2dbcExecutor [pekko-persistence-r2dbc]

pjfanning opened a new issue, #102:
URL: https://github.com/apache/pekko-persistence-r2dbc/issues/102

   R2dbcExecutor returns Futures that wrap Scala Long or Seq[Long]. To return these we take java.lang.Long and convert to scala.Long (which is an alias for the primitive `long`).
   
   The JavaDSL in pekko-projection-r2dbc converts the Scala Long to java.lang.Long.
   
   We could support R2dbcExecutor methods that return Futures that wrap java.lang.Long or Seq[java.lang.Long].
   
   We may even be able to make these APIs use Java Futures instead Scala Futures. 


-- 
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-unsubscribe@pekko.apache.org.apache.org

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


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