[Cppcms-users] Microservices communication
Brought to you by:
artyom-beilis
From: Tee T. <jim...@gm...> - 2020-09-11 07:21:47
|
Hi Everyone I've just started using this amazing tool and I'm having trouble making two microservices communicate with each other. I managed to create two microservices and tested them on Postman and they work perfectly fine. But the difficulty I'm having is making the two Microservices exchange data amongst them, internally. SCENARIO: Microservice A receives an image from client side and processes the image and sends it to Microservice B for further processing. Subsequently send it back to the client side. Furthermore, How can I ensure that the communication amongst the microservices is secure? Thanks for the assistance George |