we are exploring using process groups within our app to expose a different ui that have different scaling needs. We’re also using process groups because it allows us to keep all nodes clustered together. If these were separate apps, clustering would be a bit more tricky due to the different node names.
Are there any features that might allow us to route requests based on domain to a specific process group? I have searched through the docs and other threads and I think the answer is to run a proxy that does the routing we need but I thought I’d ask if there is anything that I’m missing?