if an error occurred in the rpc server during the execution of rpc-udf. Add java,cpp,python demo of rpc-udf server
Remote UDF Function Service In Java Demo
Compile
mvn package
Run
java -jar target/remote-udf-java-demo-jar-with-dependencies.jar 9000
9000 is the port that the server will listen on