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?