You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the record on how this is implemented in the Java SDK the proxy informs the service of selfHostName upon discovery so that it knows where to talk to "itself" without a host name, for running locally/testing we manually set localhost and port 9000 so that it can reach the local proxy.
ennru
changed the title
Convenience APIs for calling other components in the same Akka Serverless service
Convenience APIs for calling other components in the same service
Sep 15, 2022
Currently you have to do some hoops to call other components in the same service, especially if calling it from typescript.
If possible we'd want the same automatic enumeration of other components in the same deployed service like in the Java/Scala SDK: https://docs.akkaserverless.dev/java/actions-as-controller.html#_composing_calls
The text was updated successfully, but these errors were encountered: