Ask a Question
Can you call one microservice from another microservice?
almost 3 years ago by Marco Williams
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?