Hi,
I have two node in my setup, one with role “frontend” another with “backend”.
Now I have two option to communicate from “frontend” -> “backend”
- First is to create two different cluster say Cluster_1 for “frontend” and Cluster_2 for “backend” and use Cluster receptionist concept for communication.
- Second is to put them under same cluster and use cluster aware router concept for communication.
I am not sure about the pros and cons of above two methods or if there is any other better solution.
Thanks,
PS