Given four applications into a single project that will work as microservices:
"https://{default}/conferences":
id: conference
type: upstream
upstream: "conference:http"
"https://{default}/sessions":
id: session
type: upstream
upstream: "session:http"
"https://{default}/speakers":
id: speaker
type: upstream
upstream: "speaker:http"
How can I make HTTP request to each other?
E.g:
Into conference application, how can I do a request into a speaker? Such as HTTP GET http://somehost/speakers