pjfanning commented on issue #323: URL: https://github.com/apache/pekko-grpc/issues/323#issuecomment-2146275901
There are a few problems to solve if you want the Server to support `Future[(Result, Metadata]`. * you will need a codegen enhancement - maybe support a new codegen config that works alongside the existing `server_power_apis` option * you will also need to then be able to take the `Future[(Result, Metadata]` and to generate a Pekko HTTP response from that. Another option is to try to build something like https://github.com/akka/akka-grpc/issues/887 -- 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