I was going through Lagom documentation and want to clarify one thing with respect to microservice to microservice communication. We have the below use case.
WebBrowser <--http--> MicroService1 <--http--> MicroService2.
This is purely synchronous communication using http.
Is it possible to make this communication asynchronous using Lagom?
I am unable to get a concrete example in your documentation. So please help.