I am converting one of my existing Java/Spring/tomcat service to OpenResty. This service parallelly invokes multiple backend services ( SOAP/HTTPs and JSON/HTTPS) using fork-join and combines responses and send it to the client.
How can I do with OpenResty + resty-http?