hi, we are triggering REST api exposed by spark-rest multiple times sequentially and at some point we get this exception:
How to fix java.net.SocketException: Too many files open <https://javarevisited.blogspot.com/2013/08/how-to-fix-javanetsocketexception-too-many-open-files-java-tomcat-weblogic.html> our rest config restConfiguration().component("spark-rest").bindingMode(RestBindingMode.json).port(8090); is it related to the spark bugs? thanks,
