Is there a way to use a pool of resources when exposing a process as an API?
We've been able to expose processes with a URI that is specific to a resource machine. In those cases we are directly using the name of the resource in the URI. Is it possible to do the same with a pool of resources? We have tried this by swapping ou...