This documentation is for Unity SDK 1.x through 3.x. If you are using Unity SDK 4.x or above, please visit our new documentation.

Ask a Question

Ask a Question
Back to all

Can you call one microservice from another microservice?

Example communication: Client <-> Microservice A <-> Microservice B. Eg when beamable auto-generates MicroserviceBClient, the calls to the microservice from the client are something in the format:

"this.Request<Beamable.Server.SampleMicroservice.SampleCallResult>("MicroserviceB", "SampleCall", serializedFields);"

Maybe there is also something similar for inter-microservice communication?