Process group routing

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?

Our scenario is similar to what is described here Is it possible to route to process groups based on domain name?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.