Hi, I'd like to use the "Zero deployment" feature ( https://apacheignite.readme.io/v1.1/docs/zero-deployment).
This works perfect for classes, but what I didn't manage to get working is a simple classpath resource loading, like: getClass().getResource(scriptResourceFileName) This gives me a valid URL on the local node but null on remote nodes. Before I dig myself neck-deep - is it supposed to work? Compared to the distributed classloading, having the IGFS on board this seems to be fairly simple. I could surely opt to IGFS. It just has a certain appeal to use classpath resources. Thank you and best wishes, Alexey
