I am using py4j for communication between python and java.
Currently, the java processes and python are in same server.
I would like to know is it possible to separate these two into different servers without much changes in the current approach using Py4J.
If possible, can someone help me direct to relevant documentation or show code snippets on how to do this?