Support for clustering?
Hi! I’m wondering if there’s any support (or a recommended pattern) for clustering. Specifically:
Is there a way to implement a cluster such that the API can always route requests to the specific node that has the corresponding Chrome instance running?
It’s possible this feature already exists—just wanted to check what the best approach is for scaling horizontally across multiple machines while maintaining session affinity.
Thanks!