I'd like to be able to forward a request to a new service maintaining the original respond channel so that the next service can reply to the client who initiated the request.
Maybe the request could accept respond to info such as:
{
topic: 'web.res',
partition: 0
}
If this information isn't provided then microbial could default to the response channel that was provided when calling microbial's run function.